How to remove a tiny greyed out square in the bottom right?

Hi, How to remove a tiny greyed out square in the bottom right? Please see the attach file Thanks,

3 Replies

DB David Bosak January 10, 2005 04:14 AM UTC

Please see the attachment!


AD Administrator Syncfusion Team January 10, 2005 07:47 AM UTC

You picture did not make it. You can try sending it to [email protected] and mention this thread in the subject line. Some things you can try. If you are seeing a gripper in the lower right, you can try 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.


DB David Bosak January 10, 2005 08:27 AM UTC

I solved it by setting "ForceSizeBox = False" Thanks,

Loader.
Up arrow icon