Hi all,
I would like to ask if there is any method to change the outermost border's size which is the thickness of the outermost border.
Thank you for your help.
Regards
Andrew
Hi Andrew,
No, there's no way to explicitly set a size for the border on the grid control. You can change the BorderStyle and there are some styles which have thicker borders than others, of course. The 3D border styles are generally 2 pixels wide instead of 1.
If you want to put a thick border around the grid, perhaps you could site the grid inside a panel and use the panel's BackColor to provide a border.