Hi Timo,
at first:
a wonderfull control, UniCode, every Property, VirtualMode, ...
Wow! Perfect!
A little wish, to select all Items I must use API and SendMessage
it would be a little to make a sub to call it directly in the control, or?
regards
alphi
SelectAll
Okay, I'll implement something like this.
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Boycott DRM! Boycott HDCP!
I found an approach which doesn't need new properties or methods and therefore doesn't increase the control's size that much.
In Beta 4, which hopefully will be released soon, you can pass an index of -1 to the ListViewItems.Item property. The ListViewItem object that you'll receive, can be used to set some properties (Activating, Ghosted, Glowing, OverlayIndex, Selected and StateImageIndex) for all items at once.
However, this won't work for filtered ListViewItems collection objects.
TiKu
In Beta 4, which hopefully will be released soon, you can pass an index of -1 to the ListViewItems.Item property. The ListViewItem object that you'll receive, can be used to set some properties (Activating, Ghosted, Glowing, OverlayIndex, Selected and StateImageIndex) for all items at once.
However, this won't work for filtered ListViewItems collection objects.
TiKu
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Boycott DRM! Boycott HDCP!