flag two o tree chekbox of list now "run" mouse wheel.... flag change position of checkbox
giannimaione Well-Known Member Licensed User Longtime User Mar 1, 2016 #1 flag two o tree chekbox of list now "run" mouse wheel.... flag change position of checkbox Attachments treeview.zip 1.7 KB · Views: 215
Erel B4X founder Staff member Licensed User Longtime User Mar 1, 2016 #2 Change your code to: B4X: For i=0 To 20 Dim ti As CheckboxTreeItem ti.Initialize("ti","Item " & i) tv.Root.Children.Add(ti) Next
Change your code to: B4X: For i=0 To 20 Dim ti As CheckboxTreeItem ti.Initialize("ti","Item " & i) tv.Root.Children.Add(ti) Next