[Gambas-user] Issue 481 in gambas: Different picture for closed and opened TreeView item

gambas at ...2524... gambas at ...2524...
Sat Dec 21 11:10:00 CET 2013


Comment #2 on issue 481 by arif_rah... at ...2488...: Different picture for  
closed and opened TreeView item
http://code.google.com/p/gambas/issues/detail?id=481

You're right. Sorry, my bad. Code:

Public Sub TreeView1_Expand()
    TreeView1.Item.Picture = Picture["icon:/16/next"]
End

Public Sub TreeView1_Collapse()
   TreeView1.Item.Picture = Picture["icon:/16/last"]
End

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list