Custom dynamic listview in wpf for showing combobox ?
Posted
by Indigo Praveen
on Stack Overflow
See other posts from Stack Overflow
or by Indigo Praveen
Published on 2010-04-22T07:36:50Z
Indexed on
2010/04/22
7:43 UTC
Read the original article
Hit count: 259
wpf
Hi All,
I want to create an application in WPF in which I have to create a gridview kind of control and in that I'll have two columns, first column is fixed but in the second column I have to create comboboxes at runtime.
For example if I have a setting like <key="Level" Value="1,2,3,4,5"/>
then the first column will have Level and the second column will have a combobox with values 1,2,3,4,5.
Can anyone please suggest me the right WPF control to use in this scenario and how it can be done ?
© Stack Overflow or respective owner