Home › Forums › WinForms controls › Xceed Grid for WinForms › Images in Column Title
Hi,How do I get an Image in a COlumn Title instead of text ?Even better, if I could have a mix of Image and Text as part of the title.
thanks a lot
Imported from legacy forums. Posted by microrama (had 2575 views)
Did you ever get this to work… I am trying to do something like this.
Imported from legacy forums. Posted by rewhitley (had 166 views)
if you create the columns dynamically, you can set the type of the column to be System.Drawing.Image, and then you can add the image to the column
Imported from legacy forums. Posted by Jennifer (had 3502 views)