What is Segmented Control in Xaml?

2019-05-30 09:40发布

I would like to switch many pages between in single xaml page on click on segment control. I want make a page like upper part of page is with segment control and below this control having simple layout that is using for replace or switch a other pages in same that below position change but upper part is still remains for next page switching.

So, i would like to code for switching page with using segment control in xaml in xamarin.forms.

2条回答
时光不老,我们不散
2楼-- · 2019-05-30 10:06

There is a nuget package FreshEssentials. It has cross-platform implementation of segmented control button. Find this Github repository to understand the implementation.

Hope this help !

查看更多
Ridiculous、
3楼-- · 2019-05-30 10:28

enter image description here

Refer bellow link to implement custom segment control using XAML code and Cs Code https://github.com/sam-ss/Custom-Segmented-Control-Xamarin-Forms

Hope This Help you!

查看更多
登录 后发表回答