[Gambas-user] Re: Treeview data

Rohnny Stormo rohnny at ...1248...
Sat Feb 25 16:41:56 CET 2006


<You create a class, and you start it with 'INHERITS TreeView'. Then you can 
<instanciate this class with NEW, and use it exactly like a TreeView. But you 
<can add methods, properties, or even overload them as you need.
<
<To fit your need, I could add a 'Tag' property to each view items. I will see 
<if I will do that... Not sure :-)
<
<Regards,
<
<-- 
<Benoit Minisini

How to activate the click event and the other events.
If I have understod you correct. I make a new class and ex call it mytreeview
Just the following in the class

INHERITS TreeView

public MyTestString as string



More information about the User mailing list