How to create custom Datagridview ListBox (Multi Row) control
Hi all,
I would like to create the datagridview listbox control. My requirement is that I want multi rows in single cell. So I think I should use Listbox control for that reason.
I don't need any editing experiences for that control. I just need to bind it to datasource and display. That's all I want. So I want to know the simplest way. I want to show all the data at once. It means, if I have three rows in one listbox control, for example, "aaa","bbb","ccc". I want to show all. I mean I want to set the Height of that control equal to height of number of rows.
I've already seen the two examples, Up Down numeric and radio button control. But they are more complicated than I need and different, I think, to my control.
Thanks
WIROL

