Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
24997 | Feb 16,2005 09:40 AM UTC | Feb 17,2005 04:14 PM UTC | WinForms | 13 |
![]() |
Tags: GridControl |
private void grid_CellDrawn(object sender, GridDrawCellEventArgs e) { GridCurrentCell cc = this.grid.CurrentCell; if(e.ColIndex == cc.ColIndex && e.RowIndex == cc.RowIndex) { using(SolidBrush br = new SolidBrush(this.grid.AlphaBlendSelectionColor)) { e.Graphics.FillRectangle(br, e.Bounds); } } }
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.