Ok, I have been trying for weeks.
I manage to create so far a ContextMenuStrip with subItems using some DataGridView.rows but since I have to programm which row for display the items.
My question is how can I make automate.
I have this other project that have 3 columns and (for now) 103 rows. Somehow it is to many items to be displayed, So I had the idea of separating them into groups of (abc) on subitems.
The trouble is how I do it without having to code for which row.
I manage to create so far a ContextMenuStrip with subItems using some DataGridView.rows but since I have to programm which row for display the items.
My question is how can I make automate.
I have this other project that have 3 columns and (for now) 103 rows. Somehow it is to many items to be displayed, So I had the idea of separating them into groups of (abc) on subitems.
The trouble is how I do it without having to code for which row.