L
Lut
Hey,
I made a custom usercontrol (Custom listview) in the
Control Library.
Now I want in the properties of design a property 'Sort'.
(That is not a problem to do that) But, when it is Yes
then I want to add following code in my class.
private ListViewSortManager SortMgr1;
and in the InitialiseComponent
this.SortMgr1 = new ListViewSortManager(......);
How can I generate this code when I choose in the design
time sort = yes
Thanks,
Lut
I made a custom usercontrol (Custom listview) in the
Control Library.
Now I want in the properties of design a property 'Sort'.
(That is not a problem to do that) But, when it is Yes
then I want to add following code in my class.
private ListViewSortManager SortMgr1;
and in the InitialiseComponent
this.SortMgr1 = new ListViewSortManager(......);
How can I generate this code when I choose in the design
time sort = yes
Thanks,
Lut