Hi Timo and Happy New Year!
Is something changed in "AlwaysShowSelection"? For me this is not working any more.
I can see "dots" around the row, but no "gray" backgrond.
Updated:
This is not working, when I click somewhere outside filled rows in listview, but works when lisview is loosing focus.
Regards
Meelis
AlwaysShowSelection not working
Re: AlwaysShowSelection not working
Hi,
Well, clicking on the background of the control deselects all selected items. As there is no item selected anymore, no item will be drawn with a blue/gray background. In which version has this been different?
Regards
TiKu
Well, clicking on the background of the control deselects all selected items. As there is no item selected anymore, no item will be drawn with a blue/gray background. In which version has this been different?
Regards
TiKu
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Boycott DRM! Boycott HDCP!
Re: AlwaysShowSelection not working
Hi,
Just ignore and delete this post
Sry
Regards
Meelis
Just ignore and delete this post

Sry
Regards
Meelis
Re: AlwaysShowSelection not working
Hi
Silly question again
I click on item - carretitem is now the last clicked item
I click on the background of the listview, items are deselected, but the carretitem is still last selected/clicked item?
Regards
Meelis
Silly question again

I click on item - carretitem is now the last clicked item
I click on the background of the listview, items are deselected, but the carretitem is still last selected/clicked item?
Regards
Meelis
Re: AlwaysShowSelection not working
Yes, it is the same behavior as in Windows Explorer. If you want different behavior, you may handle the Click event and set the CaretItem to Nothing.
Regards
TiKu
Regards
TiKu
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Boycott DRM! Boycott HDCP!
Re: AlwaysShowSelection not working
Thats what I did.TiKu wrote:Yes, it is the same behavior as in Windows Explorer. If you want different behavior, you may handle the Click event and set the CaretItem to Nothing.
Regards
TiKu
Thnx
Meelis