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.public override void Draw(Graphics g, Rectangle cellRectangle, int rowIndex, int colIndex, GridStyleInfo style) { this.Model.ButtonBarSize = new Size(this.Grid.Model.ColWidths[ColIndex]-4, this.Grid.Model.RowHeights[RowIndex]-4); base.Draw (g, cellRectangle, rowIndex, colIndex, style); }
>public override void Draw(Graphics g, Rectangle cellRectangle, int rowIndex, int colIndex, GridStyleInfo style) >{ > this.Model.ButtonBarSize = new Size(this.Grid.Model.ColWidths[ColIndex]-4, this.Grid.Model.RowHeights[RowIndex]-4); > > base.Draw (g, cellRectangle, rowIndex, colIndex, style); >} >