View Single Post
  #1 (permalink)  
Old 03-05-2011, 03:57 PM
Rob Smith
Guest
 
Posts: n/a
Default 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.

selfDClvTables:EnsureVisible(1,true)

Reply With Quote