Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
7222 | Sep 16,2003 03:40 PM UTC | Sep 16,2003 05:55 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
this.grid.Model.Cols.FrozenCount = 1;
This should prevent your column 1 from scrolling and it should just display your column 1 values as a fixed column. If you want the cell to appear like a header cell, then set:
this.grid.Binder.InternalColumns[0].StyleInfo.CellType = "Header";
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.