When using Card View is there any way to set the Header Captions Text Alignment to anything other than Centered? I have tried the normal route of hooking the Layout event for the grid and then just doing a simple
e.Layout.Bands[0].Header.Appearance.TextVAlign = VAlign.Middle;e.Layout.Bands[0].Header.Appearance.TextHAlign = HAlign.Left;
As you would for any other cell / header in a non-card view layout. But this does not seem to effect the card view captions what so ever.
I have also went through the App Stylist and cannot find any property that would aid in this. Any help would be appreciated.
Forget it found it in the App Stylist.