
I want to make a form like this in windows forms. To make a user choose to continue…
I use DevExpress and i want a control or a button or a way to make something like this. For example when the user clicks a choice to be hightlighted.
Is a control for doing this or i have to do something bad styled with buttons and labels?
I want to make a form like this in windows forms. To make a
Share
It is possible to use the GridControl Advanced Banded View to organize such a cell layout within a row.
Hide indicators, bands, columns, etc. i.e. organize a simple list.
Handle the RowStyle event to emulate a cell highlighting.
Handle the Click event of the required entity to respond to end-user manipulations.