I have a grid with 3 bands. The 2 sub-bands are card view and I need different color schemes to help differentiate them.
So, I am trying to assign different stylesets to each band.
Is this possible?
Thanks in advance!
Bob
Hi Bob,
There may be different UIRoles in AppStylist for card than for regular rows. But AppStylist has no notion of Bands and there is no way to target a particular band with an application style.
You would have to do this in your application code.
Thanks Mike!
I'll just build them in the appearences collection.