G
Guest
Hi,
I am a new guy in C#. (I am a c++ developer long time already.)
I want to write a resuable 3 states treeview(check, uncheck,semicheck). I
want to handle Click event and BeforeExpand event in my resuable treeview ,
and I want to handle these events as the last event handler in the treeview,
and let user use it just like normal treeview in his form (to be able call
the functions, properties of treeview and to handle event of treeview.).
I don't know what kind of techincal I must use -- write my own class which
inherits from TreeVeiw, write a custom control or .... What is the major
different between these technologies.
Best Regards,
Michael zhang
I am a new guy in C#. (I am a c++ developer long time already.)
I want to write a resuable 3 states treeview(check, uncheck,semicheck). I
want to handle Click event and BeforeExpand event in my resuable treeview ,
and I want to handle these events as the last event handler in the treeview,
and let user use it just like normal treeview in his form (to be able call
the functions, properties of treeview and to handle event of treeview.).
I don't know what kind of techincal I must use -- write my own class which
inherits from TreeVeiw, write a custom control or .... What is the major
different between these technologies.
Best Regards,
Michael zhang