Hi,
Problem:
I have a set of items which have 3 elements:
- Image
- Description
- Numeric Value
I want to display these in a ListBox (similar to the way Excel displays emails in the summary view) however, i do not know the width of the description field. If i dont set a hard coded value for the width in the ItemTemplate im using for the ListBoxItem then the values dont line up. The idea is to have them displayed in the listbox like this:
image....Text1...................100
image....Text2 is longer..101
image....ShortText............102
Any help would be appreciated :)