|
-
Mar 4th, 2003, 10:30 AM
#1
Thread Starter
New Member
Multiple font styles and color in a single Flexgrid cell
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
-
Mar 4th, 2003, 10:42 AM
#2
I don't think this is possible.
-
Mar 4th, 2003, 11:55 AM
#3
Frenzied Member
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.
Last edited by McGenius; Mar 4th, 2003 at 12:10 PM.
McGenius
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|