My Application : Windows Form Application
Language : C#
I have a DataGridView which I populate with some custom data.
Some of the cells are DropDowns that I populate by EnumTypes
Some need to be populated by Objects which are multicolumn.
On Selection I want to show the MultiColumn Lists for Selection.
Solution
I was thinking on Click of a dropdown I want to show a ListView Is this possible? If it is can anyone show me or point me to a code snippet.
Otherwise I want to show all the columns in the dropdown which should look like columns
this is also acceptable.
Is anyone out here who can help me with this?
Thanks in Advance

Recommended Answers

All 3 Replies

Create a new UserControl, and "put" ListView inside of it. Position the userControl to the position you want (based on the cell (right) mouse click I think).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.