Orientation: Landscape
Lock Aspect Ratio: Disabled
Lock Orientation: Disabled
Mobile notification area: Disabled
This is the structure of the calendar:
This is how it looks during preview mode. Doesnt take up all the space during preview mode. There is a bar left and right. :
This is how it looks during play of the published app. Takes up all the space available, I believe due to disabling the lock aspect ratio. Fri and Sat is missing.
The width formula of the gallery is Parent.Width which should just follow the containers "Stretch" and should be the available size of the user's screen. Flexible Width is disabled for the gallery.
now the template size property is set to Self.Width/7 which technically I believe will divide the container's available space by 7.
then the Width property of the text inside gallery control is set to Parent.TemplateWidth.
My question is why isn't it dividing the space by 7? My assumptions are in the published app, its using all the available space and am wondering why it can't divide the total width by 7 only 5 texts are shown.
How would you make this responsive?