It's been some time since I have been coding in C# and in my current project I would like to create a table, which would allow for one column to display 2 filled up rectangles in various predefined colors in each of it's cells.
Is there a way to do this, keeping in mind that down the road: 1) the mouse-over trigger should also recognize each of the rectangles and 2) the user should be able to select the color of each of the rectangles.
?
I've seen some ideas for text fields, but they are hardly applicable here so if anyone can help, I would greatly appreciate it?