LIST WIDGET All Items Selection

Hi!

How can I select all Items in LIST WIDGET ? I mean when i press one button
all items should be select.
Can somebody help me? I can’t find that flag…

Thanks!
Suresh Kumar. Kavula

Kavula. Suresh kumar wrote:

Hi!

How can I select all Items in LIST WIDGET ? I mean when i press one button
all items should be select.
Can somebody help me? I can’t find that flag…

Thanks!
Suresh Kumar. Kavula

I think you’ll have to attach a standard selection callback, and then
just do a loop through all the items using PtListSelectPos() to select them.

Cheers

Garry