Page 1 of 1

TreeView Widget tab control LC 8.1

Posted: Wed Sep 14, 2016 10:59 am
by trevix
While the TreeWiew widget shows some potential, I think it is now useless, unless you can control the tab spacing of the content.
Filling the array for example with this (using of course various text):

Code: Select all

put "Name" & tab & "created" & tab & "modified" & "description" into mydata["Category"]["NameOfThing"]
makes the columsn unreadable.

Any way to fix it?

Trevix