[Gambas-user] TreeView does not expand
Rolf-Werner Eilert
eilert-sprachen at ...221...
Thu May 15 18:45:36 CEST 2008
This is on Gambas 2.6
There is a TreeView, and I want the very first entry to expand. The rest
may stay collapsed. The TreeView is called "baum" ;-)
So I start like
bild = Picture["Icons/16x16/folder_green.png"]
baum.Add("CONTAINER", "Aktuelle Container", bild)
baum.Current.Expanded = TRUE
but it doesn't expand.
On Gambas 1 this worked as expected. Is this a bug or a feature?
Thanks for your ideas.
Rolf
More information about the User
mailing list