Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
23313 | Jan 10,2005 04:12 AM UTC | Jan 10,2005 08:27 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
this.gridDataBoundGrid1.SizeGripStyle = SizeGripStyle.Hide;
Another property to check is
this.gridDataBoundGrid1.SmartSizeBox = false;
If all else fails, you can derive the grid and override OnPaint. In your override, you can call the baseclass to do the standard paint, then you can draw on the window to cover up whatever rectangle you want using e.Graphics.FillRectangle. This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.