Axel Schneider
Results
1
comments of
Axel Schneider
@happyfr34k @dpuckett You can solve the TabbedPage problem by overriding TabbedPage's OnSizeAllocated as follows. ``` public class CustomTabbedPage : TabbedPage { protected override void OnSizeAllocated(double width, double height) { base.OnSizeAllocated(width,...