How can I get an Absolute Layout to use all available height whilst still allowing views below it to stay on screen ?
or how can I retrieve the devices screen width and height ?
I can not depend on what is displayed in the Absolute Layout because this is added by my code and I adjust the size of the items to fit.
Currently the Absolute Layout adjusts it size depending on what child views I add.
I am using XAML.
if there is a way I can add the child views and then let the system handle their sizes due to orientation changes that would be fine but what size do I start with ?
Cheers,
Wayne