| Thread | Last Post | Replies |
|
| Active TabControl tabPage name | 07 Jul 2007 20:27 GMT | 2 |
How can I get the name of the tabPage that is selected? (C#) I want to have a switch statement control which code is run. Something like this.
|
| Autosize DataGridView | 04 Jul 2007 19:00 GMT | 1 |
in a DataGridView control I set AutoSizeColumnsMode to AllCells. As wanted the columns' widths are adjusted according to the content of the cells. But if a vertical scrollbar appears it is at the border of the display area I determined at design time and therefore is detached
|
| Container Control | 04 Jul 2007 13:19 GMT | 1 |
i want to create a control that will act as a container for other controls like textbox , images ,documents. I need also to have drag and drop to be supported in this control. can any one please help me on this.
|
| Container Usercontrol paint problem | 04 Jul 2007 10:40 GMT | 2 |
Forgive me, although it seems crossposting it's not, just found this thread now. I'm in a hurry on this one. I've created a container usercontrol. Everything is fine, but I've 2 problems concerning painting issues:
|
| How to create a user control container? | 04 Jul 2007 10:36 GMT | 5 |
Don't get me wrong - I'm a fan of .NET; I am enthusiastic about the richness and elegance of the environment. However, richness and elegance should be dedicated toward making development easier for developers, not more difficult. In many ways this goal is achieved. However, I've ...
|
| Best charting package | 02 Jul 2007 14:28 GMT | 25 |
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and Dundas has bugs and doesn't do a good enough job displaying axis labels and is ...
|
| How to disable DataGrid refresh while adding? | 02 Jul 2007 13:46 GMT | 2 |
Is there any way to disable DataGrid refresh while adding many rows - somewhat like in the old days: http://blogs.msdn.com/oldnewthing/archive/2004/06/10/152612.aspx I'm manually adding rows to an underlying DataTable object via
|
| Double click not change TreeView expand | 02 Jul 2007 06:32 GMT | 2 |
Hi; How can I set a TreeView to not expand/contract a TreeView node when it is double clicked on?
|