09-15-2008 03:39 PM
Hello
I need to create few attributes in for different items in the tree control.
1. The item (row) unvisible, but the index YES. (Dimmed Option its ok).(like attribute for treecollumn)
2. The item no have any MARK but can be checked or not. (My try's show me, the item that no have any MARK return a mistake value for checked query).
Thank
09-16-2008 03:59 PM
Boris,
1.) I don't think we can change the visibility on a per item basis in the tree control. You can dim the entire control, but not the items within.
2.) You can enable/disable the Show_Marks attribute which will allow you to have marked items (programatically) and then choose whether or not to have them visible.