Create a form like Windows 7 Move a file form using DevExpress

enter image description here I want to make such a shape in the form of windows. So that the user decides to continue ... I am using DevExpress and I want a control or button or a way to do something like this. For example, when the user presses the select button to be turned on. Is there control for this, or should I do something bad with buttons and shortcuts?

+4
source share
1 answer

You can use the GridControl Advanced Banded View to organize such a cell layout within a row.

Hide indicators, ranges, columns, etc., i.e. organize a simple list.

Handle the RowStyle event to emulate cell highlighting .

Handle the Click event of the required object to respond to actions with the end user.

0
source

Source: https://habr.com/ru/post/1402853/


All Articles