Hello,
i added the property DisableScrollView for disabling the automatic creation of the scrollview (in iOS) as a wrapper of the popuppage.
I know the scrollview is useful for automatic scroll content in case of large content in the poput, but in some case it can be useful to use the simple contentview, for example when I have a popup with inside a round border view, then a grid with a label on the top and a listview. With the scrollview, the listview are full expanded and all the border and the popup scroll on the bottom, but i want only the listview to scroll, so i put the DisableScrollView to True and put the grid with rowdefinition to "Auto,*" so the label stay on top and the listview have all the remaining height and scroll correctly.
See this code as just an example.
Hope it can be helpful.
Hello, i added the property DisableScrollView for disabling the automatic creation of the scrollview (in iOS) as a wrapper of the popuppage.
I know the scrollview is useful for automatic scroll content in case of large content in the poput, but in some case it can be useful to use the simple contentview, for example when I have a popup with inside a round border view, then a grid with a label on the top and a listview. With the scrollview, the listview are full expanded and all the border and the popup scroll on the bottom, but i want only the listview to scroll, so i put the DisableScrollView to True and put the grid with rowdefinition to "Auto,*" so the label stay on top and the listview have all the remaining height and scroll correctly.
See this code as just an example. Hope it can be helpful.