This repository contains samples that demonstrate built-in functionalities and various customizations of WinUI SegmentedControl.
- Circle Style - This demo explains how to customize the circle style using ItemContainerStyle in Segmented Control.
- Disable Items - This demo explains how to disable the items using SetItemEnabled method in Segmented Control.
- Ellipse Style - This demo explains how to customize the ellipse style using ItemContainerStyle in Segmented Control.
- Getting Started - This demo explains how to bind the data using both string collection and business objects.
- Image with text - This demo explains how to customize the image with text style using ItemTemplate in Segmented Control.
- Selection Style - This demo explains how to customize the selected item using both SelectedSegmentStyle and SelectionAnimationType.
- Top Indicator Style - This demo explains how to customize the top indicator style using ItemBorderThickness.
- UI Customization - This demo explains how to customize the segmented control using properties.
- ItemTemplateSelector - This demo explains how to customize the segmented control using ItemTemplateSelector property.
- ItemContainerStyleSelector - This demo explains how to customize the segmented control using ItemContainerStyleSelector property.
- Shadow effect - This demo explains how to enable a shadow effect for selected segment items.










