Datagrid properties
Posted: Tue Feb 06, 2018 1:37 am
Using X2 Pro 10, with scripting:
1)
In a datagrid I can change the table font using
But I like to modify table header font as well, but doesn't know how. Any suggestions?
2)
Is it possible to remove the column most to left containing row indicator? I change selected row background color for this indication. I same some space in screen if could remove this column.
3)
Is it possible to change width of vertical scroll bar in this table? Or disable it?
1)
In a datagrid I can change the table font using
Code: Select all
dgTable.Font = new Font("Verdana", 16, FontStyle.Regular);
2)
Is it possible to remove the column most to left containing row indicator? I change selected row background color for this indication. I same some space in screen if could remove this column.
3)
Is it possible to change width of vertical scroll bar in this table? Or disable it?