Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8304 | Oct 31,2003 01:48 AM UTC | Oct 31,2003 07:48 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridControl1.FloatCellsMode = GridFloatCellsMode.OnDemandCalculation;
GridStyleInfo style = this.gridControl1[2,1];
style.Text = "this is some long text that should float over adjacent cells";
There are style properties that you can use to turn off floating support at the style level (style.FloatCell = false). You can also use style.FloodCell to prevent a cell from being flooded. 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.