Thread
:
ListView:EnsureVisible
View Single Post
#
1
(
permalink
)
03-05-2011, 03:57 PM
Rob Smith
Guest
Posts: n/a
ListView:EnsureVisible
I am trying to 'freeze' the first column of a list view, so that when
the users scrolls right it stays in view.
self
DClvTables:EnsureVisible(1,true)
Rob Smith