像在 Web 应用程序中一样在 winform 中列出类别名称
我有包含产品的数据网格视图,数据网格视图将根据数据网格视图中表单左侧的类别选择加载...
我遇到了大麻烦,根据客户要求是否可以列出类别名称像这样在winform应用程序中...(参见下图)
我知道在网络应用程序中可以通过使用这样的链接按钮..我不知道在Windows类型的应用程序中是否可以...
并且我想添加价格范围类型低于同一面板中的类别,我想要将这些也用作链接按钮
示例:如果我单击一个类别名称1,产品列表将根据该类别名称显示在datagridview中...
那.....
NOte :类别名称将来自数据库..并且此框将放置在 Windows 窗体的左侧(如 Web 应用程序电子商务应用程序)
任何人都可以吗请帮忙解决这个问题......
i have datagrid view with products the datagrid view will be loaded according to the categories selection on the left hand side of form that have in datagrid view ...
I am in big trouble, as per client requirement is it possible to list the categories names like this in winform applications...(see the below image)
I know it is possible in web appliactions by using link buttons like that ..i dont know whether it is possible in windows type of apps ...
and i want to add the price range typesbelow that categories in same panel and i want to use these ones also as link buttons
Example: if i click one category name 1 the product list will be displayed in datagridview according to that category name...
that .....
NOte :the category names will be comes from database.. and this box will be placed in left side of windows form (like web applications ecommerce apps)
would any one pls help on this......
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Web 应用程序中的任何可能在 winform 中通常也是可能的...
为了获得正确显示的帮助,您可以使用带有分组的 ListView:
http://msdn.microsoft.com/en-us/library/ezh1batz.aspx
Whatever is possible in a web app is usually possible in winforms too...
For help with getting the display right, you can use ListView with grouping:
http://msdn.microsoft.com/en-us/library/ezh1batz.aspx