jsuarezruiz / Xamarin.Forms.TabView

The TabView is a Xamarin.Forms control to display a set of tabs and their respective content.
55 stars 13 forks source link

Add IsButton to TabViewItem #1

Closed Redth closed 3 years ago

Redth commented 4 years ago

Tabs which can be buttons do not cause the TabView to scroll to their content, but instead just invoke the tapped event.

jsuarezruiz commented 3 years ago

@Redth This PR https://github.com/jsuarezruiz/Xamarin.Forms.TabView/pull/12 will allow to have Tabs with and without Content. Without Content, tapping the tap do not cause the scroll to their content.

jsuarezruiz commented 3 years ago

Thanks so much for your interest and help!.