Skip to main content Skip to footer

How to Customize FlexGrid Checkboxes with Stars

Just for fun, let’s turn the FlexGrid checkboxes into stars.

//set custom checkbox glyphs  
c1FlexGrid1.Glyphs[GlyphEnum.Checked] = checkBoxes.Images["Mac_Check.png"];  
c1FlexGrid1.Glyphs[GlyphEnum.Unchecked] = checkBoxes.Images["Mac_Uncheck.png"];

WinForms FlexGrid custom checkboxes