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

RadlistBox issue

1 Answer 92 Views
ComboBox and ListBox (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Todd
Top achievements
Rank 1
Todd asked on 13 Oct 2008, 11:24 PM
Telerik team,

I was hoping someone could assist me with a problem I am having?
I currently have a radlistbox that I am using as a log window, which is working and looking very well until now. It seems that all the radlistbox items inside all have to be the same height. for example if I log a simple "hello" looks great but if i add another item into the listbox that says     "hello" [newline]
                                                                    "how" [newline]
                                                                    "are" [newline]
                                                                     "you"
the second item is now the same size as the first one.
This comes as a big problem when trying to log exception data and stacktraces.

Any help would be appreciated, thank you.

Todd Kueny
   

1 Answer, 1 is accepted

Sort by
0
Angel
Telerik team
answered on 14 Oct 2008, 03:01 PM
Hello Todd,

The equal height is due to optimization purposes. If you have less than 300 items, you can disable the UI virtualization and take advantage of the rich UI capabilities of the list box. All you have to do is to set the Virtualized property to false.

If the items continue to be with equal height, then check the IntegralHeight property - it must be false too.

 
Sincerely yours,
Angel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox and ListBox (obsolete as of Q2 2010)
Asked by
Todd
Top achievements
Rank 1
Answers by
Angel
Telerik team
Share this question
or