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

DataboundListbox that grows upward

1 Answer 39 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bill
Top achievements
Rank 1
Bill asked on 18 Feb 2015, 06:56 PM
We would like to implement a DataboundListbox with a behavior that when you add an item to the listbox, the item is added to the end of the collection for the listbox and the listbox will move all visible items up so that the new item is visible at the bottom of the listbox. Also, upon displaying the listbox for the first time, the items should display with the last item visible at the bottom of the listbox.

First attempts at using ReorderMode="MoveItemsUp" along with combining with VerticalAlignment="Bottom" is not producing the desired behavior.

Has anyone implemented a DataboundListbox that grows upwards in such a fashion?

Cheers,
Bill

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 23 Feb 2015, 03:21 PM
Hi Bill,

Please find an attached project that demonstrates this scenario.

I hope this helps. Let us know if you have further questions.

Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Bill
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or