|
|
||||
|
||||
|
|
|
|||
|
On Mar 5, 4:57*pm, Rob Smith <rasmithhali...@googlemail.com> wrote:
> 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)seems to have no effect, what am I doing wrong? Thanks Robert |
|
|||
|
with this you ensure that the first ITEM is visible, not the first column.
Op 5-3-2011 17:58, Rob Smith schreef: > On Mar 5, 4:57 pm, Rob Smith<rasmithhali...@googlemail.com> wrote: >> 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)> > seems to have no effect, what am I doing wrong? > > Thanks > > Robert |
|
|||
|
Rob,
The list view class does not do that natively. Change over to bbrowser - it does. Geoff "Rob Smith" <rasmithhalifax@googlemail.com> wrote in message news:8c8931bb-3bc4-41e2-be89-c442026be1c9@t8g2000vbd.googlegroups.com: > On Mar 5, 4:57 pm, Rob Smith <rasmithhali...@googlemail.com> wrote: > > > 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)> > > seems to have no effect, what am I doing wrong? > > Thanks > > Robert |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|