Archive for January, 2010
CodeProjectThe Windows Forms ListView control doesn’t provide column sorting functionality. So if you click on a column in a ListView Details view, don’t expect the items to be sorted by the clicked column. To get this functionality, we’ll need to sort the items by the clicked column in the ListView ColumnClick event. I searched online [ READ MORE ]
CodeProjectYou are using the PropertyGrid control to allow the user to edit the properties of an object at run-time from the UI. This works great and is in fact very reliable since this is the same control used by Visual Studio to display the properties of controls. Now that you are letting the user update the [ READ MORE ]
Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Join 12 other followers
Get every new post delivered to your Inbox.