|
this.sfDataGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); |
|
Queries |
Solutions | |
|
If I set form.border = none, can I do this? I don't want the title to exist. |
Your requirement can be achieved by set Zero value to RowHeight Property in Titlebar. Please refer the below code snippet,
| |
|
when I resize the form, there is always a black color area. can i avoid it or can transparent everything inside! |
We could able to reproduce your reported issue “When I resize the form, there is always a black color area” from our end. Currently, we are checking the feasibility to fix this issue from our end. We will validate and update you details on June 16, 2020.
|