I'm trying to find documentation on the MvvmCross MvxTabbedPage. I can't find it in the MvvmCross documentation or GitHub repo - hopefully I'm just not looking in the right place!
Specifically, where (if possible) I can adjust the layout of the tab items - e.g. the font style and icon size used in the tabs.
Can someone point me in the right direction please?
Answers
You can check:
https://github.com/MvvmCross
and
https://www.mvvmcross.com/
https://www.mvvmcross.com/documentation/
Thanks - had checked these, and couldn't find anything detailed on how to configure MvxTabbedPage. Maybe I need to look harder!
yeah i dont see much in the way of documentation around mvvmcross 6 and tabbed page, with tab children binding either .. @JamesLavery did u manage to find info on this?
Hi,
No unfortunately not. However research shows that the underlying control is the Forms tabbed control, so in theory documentation on how to customise this should help.