Hi
To achieve the above requirement. I create a CustomRenderer for Tab control in UWP. But Pivot styling is not working. So i try to customize uwp:FormsPivot but i can't able to access ItemTemplate, it use an internal class named FormsPresenter.
We also try to define class MyFormsPresenter locally, but it cause an exception like "MyFormsPresenter " is not available.
Is there any way to use uwp:FormsPresenter or local:MyFormsPresenter
Answers
Hi
To achieve the above requirement. I create a CustomRenderer for Tab control in UWP. But Pivot styling is not working. So i try to customize uwp:FormsPivot but i can't able to access ItemTemplate, it use an internal class named FormsPresenter.
We also try to define class MyFormsPresenter locally, but it cause an exception like "MyFormsPresenter " is not available.
Is there any way to use uwp:FormsPresenter or local:MyFormsPresenter
<Setter.Value>
</Setter.Value>
We need to set TabbedPageStyle explicitly to control.style of MyTabbedPageRenderer. ``
...
<Setter.Value>
</Setter.Value>
...
I use pivoteheaderitem style and pivot item style implicitily in uwp to customize the tab control as shown in the figure
Hello Ramseem,
could you give an example how to do that? Iam trying to change the tabs in xamarin.forms uwp but i still don't get it work.