I am expecting the orientation attribute to behave like the stackpanel's orientation. If I set it to `Vertical` then the calendars should be stacked on one another instead of being side by side. Is my perception of this attribute wrong? The documentation, nor the examples provide no guidance on this attribute.
<telerik:RadCalendar
Columns="3"
Orientation="Vertical"
SelectionMode="Extended"
IsTodayHighlighted="False"
Culture="en-US" />
The above code should give me 3 calendars all stacked on top of each other, but I see no visible change between `Vertical` and `Horizontal`. What am I missing?
<telerik:RadCalendar
Columns="3"
Orientation="Vertical"
SelectionMode="Extended"
IsTodayHighlighted="False"
Culture="en-US" />
The above code should give me 3 calendars all stacked on top of each other, but I see no visible change between `Vertical` and `Horizontal`. What am I missing?