Is it possible to use multiple font style and color in the same Msflexgrid cell ? i.e if i have the sentence "How are you?" in a particular cell. I want the word "How " to be of color red and font
Printable View
Is it possible to use multiple font style and color in the same Msflexgrid cell ? i.e if i have the sentence "How are you?" in a particular cell. I want the word "How " to be of color red and font
I don't think this is possible.:(
It's not impossible but would be extremely diffifcult to implement: you'll need a label (or array of labels) to overlay that particular part(s) of a cell that you want to highlight. But the real problem is that Label cannot stay on top of a grid so you'll need let's say a Picturebox to be a container for your Label.
Probably your own UserControl will be your best shot.