[Gambas-user] How do i use columnview.MoveBelow() ?
Benoit Minisini
gambas at ...1...
Sun Mar 28 11:21:22 CEST 2004
On Sunday 28 March 2004 05:20, ron wrote:
> I still can't get it working
>
> in a list of 10 items the 4' is selected.
> I want in code move to the item below with
>
> ColumnView1.MoveBelow()
>
> but nothing happens
>
> Pleas help
>
> Ron
>
The Move*() methods move the INTERNAL cursor of the control.
So, to select the item below:
ColumnView1.MoveCurrent()
ColumnView1.MoveBelow()
ColumnView1.Item.Selected = TRUE
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list