C#Windows应用程序中的坐标网格 [英] Coordinate Grid in C# Windows Application

查看:93
本文介绍了C#Windows应用程序中的坐标网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想知道如何在C#中实现坐标网格(x轴和y轴).

以X轴为公司名称,Y轴为产品名称.

用户必须根据公司和产品名称输入费率.

是否有实施此要求的想法.请帮帮我.

提前谢谢.


致以问候
假货"

编辑-------------

感谢您的回复.我需要显示形式. 在屏幕上可视化".

Hi All,

I would like to know how to implement a coordinate grid in C# (x axis and y axis).

Take X axis as Company Name And Y Axis as Product Name.

User has to Enter the Rate according to company as well as Product Name.

if any body having the idea to implement this requirement. please help me.

Thanks in advance.


With Regards
"FAKEER"

EDIT -------------

Thanks for your reply. I need to Display in form. "visualization on the screen".

推荐答案

有许多方法可以实现此目的.您是在谈论内存中的表示形式还是屏幕上的可视化效果?成为程序员的一部分是能够分析问题并制定解决方案.在我看来,您还没有在分析"部分之外 被遗忘 .

编辑-----------------

您可能想要使用ListView控件(假设我们正在谈论Winforms应用程序与ASP.Net应用程序的对比).
There are any number of ways to implement this. Are you talking about a representation in memory or a visualization on the screen? Part of being a programmer is being able to analyze a problem and formulate a solution. Sounds to me like you haven''t gotten beyond the "analyze" part yet.

EDIT -----------------

You probably want to use a ListView control (assuming we''re talking about a Winforms application versus an ASP.Net app).


您可能需要考虑使用DataGridView.请参见此处 [ ^ ].
You might want to consider a DataGridView. See here[^] for a sample.


这篇关于C#Windows应用程序中的坐标网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆