This is a migrated thread and some comments may be shown as answers.

How to had RADListControl Vertical and Horizantal Scrollbar auto appear...

1 Answer 121 Views
ListControl
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 13 Apr 2011, 04:57 AM
Hi! I had add a RadListControl to my form...
Which this I use to list down some location path.

I had set the RadListControl properties
AutoScroll = True
FitItemsSize = False

The vertical Scrollbar work perfectly but the horizontal scrollbar didn't function at all...
I want the user will able to scroll and read the whole sentence inside.

Regards
Johnny

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Apr 2011, 05:54 PM
Hello Johnny,

You can solve this issue by setting the AutoSizeItems property to true:

AutoSizeItems = True;
FitItemsSize = False;

All the best,

Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListControl
Asked by
Johnny
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or