Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1634 | Nov 15,2002 07:42 PM UTC | Nov 18,2002 04:44 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
private void gridControl1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(e.RowIndex > 0 && e.RowIndex == this.gridControl1.Model.Rows.FrozenCount) e.Style.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, Color.Blue, GridBorderWeight.Thick); }
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.