Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22494 | Dec 14,2004 02:30 PM UTC | Dec 14,2004 03:02 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
http://64.78.18.34/Support/article.aspx?id=560
http://64.78.18.34/Support/article.aspx?id=10351
If you want to set the sample set of properties for teh whole column of row headers, then you can set them using this style object.
this.gridControl1.BaseStylesMap["Row Header"].StyleInfo.CellAppearance = GridCellAppearance.Flat;
But if you want to move the arrow selection indicator, then in addition to selecting the row (adding a row range to the grid.Selections collection), you should try either moving teh currentcell using grid.CurrentCell.MoveTo or setting the binder positon using grid.Binder.CurrentPosition. Both these actions will normally move the the header arrow.
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.