Hi. I would like to apply a different styleset to different cells (columns, really) within the same UltraGrid. Is this possible? I can't find a way to do this.
Thanks, Jim
No, this is not possible, as the StyleSetName property is on the control and applies to the whole control. AppStylist is intended to allow you to stle your application as a whole, so it's really not very good at styling individual data-based elements like cells or individual rows, unless it's based on some global state. Since the columns come from the data, there's no way AppStylist can recognize any individual column.
You can, of course, apply Appearances to columns in your application code. :)