This question is locked. New answers and comments are not allowed.
How is the ListBox in the Telerik controls different from the native Silverlight ListBox?
I am trying to do something that I thought would be relatively simple: use a ListBox to display a "Table of Contents" where each item has two pieces of data: a text description and a page number. I would love to have the page number column right-aligned with a fixed width, and the text column take all the rest of the available space to the left. This turns out to be surprisingly difficult to do. I have tried with creating a new style, and with using a DockPanel from the Windows toolkit. Neither handle the resizing properly.
Does the Telerik Listbox have any features that would make this feasible? Is it really necessary to use a grid control instead to handle this scenario?
Thanks
Helen
I am trying to do something that I thought would be relatively simple: use a ListBox to display a "Table of Contents" where each item has two pieces of data: a text description and a page number. I would love to have the page number column right-aligned with a fixed width, and the text column take all the rest of the available space to the left. This turns out to be surprisingly difficult to do. I have tried with creating a new style, and with using a DockPanel from the Windows toolkit. Neither handle the resizing properly.
Does the Telerik Listbox have any features that would make this feasible? Is it really necessary to use a grid control instead to handle this scenario?
Thanks
Helen