Where is always show selection in Listviews?
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I'm using .Net 2.0 and for the life of me, I can't find the "Always Show Selection" attribute on ListViews. Did they remove it? Right now, the selection is only showing witht the list control has focus. Can someone please point me to where they hid it? thanks
-
I'm using .Net 2.0 and for the life of me, I can't find the "Always Show Selection" attribute on ListViews. Did they remove it? Right now, the selection is only showing witht the list control has focus. Can someone please point me to where they hid it? thanks
Look at "HideSelection".
-
Look at "HideSelection".
Lol! They should publish a list of all this little changes like that to keep us old timers from looking like idiots. Thanks Joel.