[WPF] Combobox and dynamic bind
Hi,
in my application WPF, I'm using combobox and I bind the ItemsSource with a collection read from database, I would:
- capitalize the item, how is the better way?
- how to set the width of combobox as the length of the items?
Thanks.