Hi...

In my application I have a CListCtrl which is my
"Logbook". The Control displays its data in
report-mode. It consists of two columns.
But when the user changes the size of the
colums and they are greater than the control´s
clientrect there appears a horizontal scrollbar.
I want to hide this scrollbar even if the widths of the colums are greater than the control´s width. But i need the vertical scrollbar.
Look at the stringtable-resource-editor in
VC++. This is an good example...

Thank you!