N
Nadav
hello,
I have a form, with some controls I decided to define as static.
Every time I change something in the form's design, InitializeComponent() is
re-written and screws up the static definitions.
If I take the code of these controls out of that function, I don't see them
in the design view of the form and I cant have that.
Is there a way to set them static and also view them in the design view ?
(There's no "Static" in "Modifiers" property of these controls).
btw - it's a listview and a combobox, if that's relevant.
thanks.
I have a form, with some controls I decided to define as static.
Every time I change something in the form's design, InitializeComponent() is
re-written and screws up the static definitions.
If I take the code of these controls out of that function, I don't see them
in the design view of the form and I cant have that.
Is there a way to set them static and also view them in the design view ?
(There's no "Static" in "Modifiers" property of these controls).
btw - it's a listview and a combobox, if that's relevant.
thanks.