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?