ListCtrl selection

Hi all,

to select an item into a listCtrl i’m doing this:

list_ctrl#set_item_state(0, Wx::LIST_STATE_SELECTED,
Wx::LIST_MASK_STATE)

but nothing happen.

is this the right way?

thank you.

bio.