How do i make the scroll bars on the listview flat using the api?
I have created the listview throught the CreateWindowEx api.
Printable View
How do i make the scroll bars on the listview flat using the api?
I have created the listview throught the CreateWindowEx api.
I think the style that you use is:
LVS_EX_FLATSB
i know:) but i cant use it without the handle of the scrollbars.
Thats what i need. Any ideas?