Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1170 | Sep 30,2002 11:18 AM UTC | Oct 2,2002 08:37 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
this.gridControl1.Model.Options.WrapCell = true;
But in your case, it appears that your right-most column is disabled. So, setting the above property will not get you the desired behavior. Instead you will have to handle this process yourself. In the attached project, there is a derived grid that implements this process.
if(!b1) { ..... } else { this.CurrentCell.MoveTo(row, col, GridSetCurrentCellOptions.ScrollInView); b = true; }
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.