G
Guest
Hi TWIMC
I have a treeview that is populated by an query that is sorted so that
parents are added before their associated siblings, thus my source data is
not alphabetically sorted like the treeview appears on the form. Hence is I
use the statement bjTree.Nodes(1).EnsureVisible it doesn't show the viewable
first node in the treeview it shows the node that was added to the treeview
first.
So can anyone tell me what the correct syntax is to ascertain the Index
value of the first 'visible' nodes is, thanks.
I expect it to be simple but I think is one of those, 'Can't see the wood
for the trees'
TIA
KM
I have a treeview that is populated by an query that is sorted so that
parents are added before their associated siblings, thus my source data is
not alphabetically sorted like the treeview appears on the form. Hence is I
use the statement bjTree.Nodes(1).EnsureVisible it doesn't show the viewable
first node in the treeview it shows the node that was added to the treeview
first.
So can anyone tell me what the correct syntax is to ascertain the Index
value of the first 'visible' nodes is, thanks.
I expect it to be simple but I think is one of those, 'Can't see the wood
for the trees'
TIA
KM