I'd like use rounded rectangles for my cell style, but I'm not sure if this is possible. Perhaps it can be faked with an image as a background for it?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
You might work around the limitations of
|
|||||||||||||
|
|
I don't think this is possible. One can set the four sides of the cell frame to various different styles using the undocumented option
The fact that you can specify it as four separate frame parts make me believe rounded corners are not possible. With sides specified separately I don't think an option like |
|||||
|

.
Framedhas the optionRoundingRadius. This is not for cell frames though, but it may lead the way to a solution. – Szabolcs Mar 1 at 18:42