New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.//in formload gridListControl1.Grid.PrepareViewStyleInfo += new GridPrepareViewStyleInfoEventHandler(grid_PrepareViewStyleInfo); gridListControl1.Grid.AlphaBlendSelectionColor = Color.FromArgb(1, 0, 0, 0); //the handler private void grid_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { if(this.ListBox1.Grid.Selections.GetSelectedRows(true, false).AnyRangeIntersects(GridRangeInfo.Cell(e.RowIndex,e.ColIndex))) { e.Style.BackColor = Color.LightGoldenrodYellow; } }