list view / how do i force the vertical scrollbar?
-
when my list view control (report mode) has too few items the vertical scrollbar is disappearing. i looked through these MSDN pages List-View Window Styles Extended List-View Styles Window Styles Extended Window Styles but i didn't find a style helping me to make the scrollbar stay. i'm using plain winapi, no MFC, no WTL. does anybody know how to solve this? thanks in advance, sebastian ------------------------------------------- My website: http://www.hartwork.org -- modified at 13:09 Friday 24th February, 2006
-
when my list view control (report mode) has too few items the vertical scrollbar is disappearing. i looked through these MSDN pages List-View Window Styles Extended List-View Styles Window Styles Extended Window Styles but i didn't find a style helping me to make the scrollbar stay. i'm using plain winapi, no MFC, no WTL. does anybody know how to solve this? thanks in advance, sebastian ------------------------------------------- My website: http://www.hartwork.org -- modified at 13:09 Friday 24th February, 2006
I looked into this myself last week and determined that the only way to do it is to set the owner drawn flag and start overriding things, it was too much bother so I gave up. You'd think that with all the extended styles M$ have added they would have given a LVS_EX_DISABLENOSCROLL, like with standard list boxes.
-
I looked into this myself last week and determined that the only way to do it is to set the owner drawn flag and start overriding things, it was too much bother so I gave up. You'd think that with all the extended styles M$ have added they would have given a LVS_EX_DISABLENOSCROLL, like with standard list boxes.
SetScrollInfo
doesn't seem to help either. evenGetScrollInfo
fails. please let me know if you find a way to make it work. best regards, sebastian ------------------------------------------- My website: http://www.hartwork.org -
when my list view control (report mode) has too few items the vertical scrollbar is disappearing. i looked through these MSDN pages List-View Window Styles Extended List-View Styles Window Styles Extended Window Styles but i didn't find a style helping me to make the scrollbar stay. i'm using plain winapi, no MFC, no WTL. does anybody know how to solve this? thanks in advance, sebastian ------------------------------------------- My website: http://www.hartwork.org -- modified at 13:09 Friday 24th February, 2006
I still don't know how to achieve this. Any help is very appreciated! Thanks in advance, Sebastian
------------------------------------------- My website: http://www.hartwork.org