Hi,
When I set View property to UltraListViewStyle.List the horrizontal scroll bar is not showing only verticall scroll bar is displayed even if the width of text is larger than the Winlistview width.
Is there any property must be set for displaying the scroll bar?
Regards,
Ceaser
Thanks for the reply.
So is there any list box control available in netadvantage
Regards
Assuming you set UltraListView.ViewSettingsList.MultiColumn to false, there will not be a horizontal scrollbar. The control does not support pixel-level horizontal scrolling, so when the control's width is smaller than the item text, the text will be clipped.