roubachof / Sharpnado.Tabs

Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
MIT License
502 stars 66 forks source link

Update [ContentProperty("TabHostContent")] to [ContentProperty("Tabs")] #54

Closed softlion closed 1 year ago

softlion commented 2 years ago

Update [ContentProperty("TabHostContent")] to [ContentProperty("Tabs")]

    [ContentProperty("TabHostContent")]
    public class TabHostView : Shadows

...
        public View TabHostContent
        {
            set =>
                throw new NotSupportedException(
                    "Starting from version 1.3, you can only add TabItem to the TabHostView through the Tabs property");
        }
roubachof commented 1 year ago

done in maui