Ultrawhack
Well-known member
I have 3 source datagridviews, DGVSource1, DGVSource2, DGVSource3. Each is filled with items in a particular category.
I have a target datagridview DGVTarget onto which selected items from the above will be dropped.
I'd like DGVTarget's column1 to have distinct icons to show which DGVSource the item came from.
How can I show one icon for each item (row) dropped from DGVSource1, a different icon for items from DGVSource2, DGVSource3. Do I use DataGridViewImageColumn ?
Appreciate any help.
I have a target datagridview DGVTarget onto which selected items from the above will be dropped.
I'd like DGVTarget's column1 to have distinct icons to show which DGVSource the item came from.
How can I show one icon for each item (row) dropped from DGVSource1, a different icon for items from DGVSource2, DGVSource3. Do I use DataGridViewImageColumn ?
Appreciate any help.