Plugin.SegmentedControl icon indicating copy to clipboard operation
Plugin.SegmentedControl copied to clipboard

How to Load a ContentView on the Segments

Open vhugogarcia opened this issue 5 years ago • 1 comments

Hello friends,

First, thank you so much for this awesome plugin for Xamarin.forms.

I have a simple question: Anybody tried to load a content view for each segment?

I have a ContentPage and a few ContentViews in other XAML files, I want to load a ContentView on each segment, is that possible and how? I could not find it in the documentation.

Thanks in advance for this great plugin!

vhugogarcia avatar May 12 '20 20:05 vhugogarcia

You could toggle the ContentView IsVisible properties based on which segment has been selected. I was able to do something similar with the plugin that this library was based on.

stretchycritter avatar Jun 01 '20 18:06 stretchycritter