Yes, I did and it's not working which is weird because the vertical bar becomes visible when there is a lot of text, but not the
horizontal bar. I use the example at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformslistboxclassmeasureitemtopic.asp
[quoted text, click to view] "Siva M" <shiva_sm@online.excite.com> wrote in message news:68273449-410A-4C0A-ACE2-1F8AFF9C20BD@microsoft.com...
> Did you set the HorizontalScrollbar property to true?
>
> "Max" wrote:
>
>> Hello,
>>
>> I have a multi line listbox which I paint using DrawItem and MeasureItem, the latter I use to compute the height of each
>> entry.
>> The problem I have is that the horizontal scroll bar is not displayed when an entry has some long line of text in it. Can anyone
>> help?
>>
>> Cheers,
>> Max.
>>
>>