| Thread | Last Post | Replies |
|
| Resize controls with window resize | 26 Sep 2007 15:34 GMT | 2 |
My window opens at a particular size. When a user makes the window taller, I want to expand the grid control to fit the extra available space. I only want the grid control to grow with the window resize. Is there a simple way to accomplish this? I'm using VB.Net in a Windows
|
| Custom CodeDomSerializer issues | 25 Sep 2007 14:58 GMT | 4 |
I wrote a custom CodeDom serializer class that first invokes default serialization for a class, after which it does some custom code generation. public override object Serialize(IDesignerSerializationManager
|
| My custom Controls do not appear in toolbox | 24 Sep 2007 17:08 GMT | 1 |
My custom Controls do not appear in toolbox when i rebuild the solution the user controls don't appeat in the toolbox dataset do not appear in toolbox windows what i have to do
|
| Connection string design-time editor | 23 Sep 2007 10:54 GMT | 1 |
Dear Sir I'd like to create a user control that has a connection string property that allows the user to setup a connection at design time in the same fashion as in Project settings or TableAdapters. When a someone adds this control to their form, there will be a property called ...
|
| Where does the designer code come from? | 20 Sep 2007 17:08 GMT | 7 |
How does the designer determine what code is used in the form designer code? For example 1, when you drag a control (using the object name?): private System.Windows.Forms.TextBox txtUserName; this.txtUserName = new System.Windows.Forms.TextBox();
|
| UserControl Public property and Designer Code | 14 Sep 2007 18:02 GMT | 1 |
I've created a PUBLIC property in my usercontrol. The type of my property is System.Collections.Generic.Dictionary (of...). When I place my usercontrol on a form, the designer gives me a
|
| Datagridview header cells with vertical text | 14 Sep 2007 10:26 GMT | 5 |
Hello, I have a datagridview with lots of columns selectable with a checkbox control, and I would like to have its header text as narrow as a check box, but for this I have to display its text vertically...
|