I was replacing a competitor's CarouselView with RadSlideView where my ItemTemplate was a Grid. I couldn't see anything in the RadSlideView. 1 hour later, I was scanning these forums and I read about HorizontalContentOptions and VerticalContentOptions. I changed both of those to Fill and finally I could see my Grid and everything worked.
I have two questions:
1. Why do we need HorizontalContentOptions and VerticalContentOptions? Shouldn't the RadSlideView honor the LayoutOptions of the template itself instead of introducing 2 new properties that can trip up people like me?
2. Shouldn't the default values of HorizontalContentOptions and VerticalContentOptions be set to Fill so that people that don't know about these properties will get a useful default and not spend 1 hour figuring out why their RadSlideView is blank?