Skip to content

Commit 4fbaea0

Browse files
Merge pull request #319 from syncfusion-content/Corrections
964696-Updated corrections for the ug content of segmented control
2 parents 810eff9 + c293e7d commit 4fbaea0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

maui-toolkit/Segmented-Control/selection.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,13 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
463463

464464

465465
{% tabs %}
466-
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="4" %}
466+
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="5" %}
467467

468468
<ContentPage
469469
xmlns:segmentedControl="clr-namespace:Syncfusion.Maui.Toolkit.SegmentedControl;assembly=Syncfusion.Maui.Toolkit">
470470

471471
<segmentedControl:SfSegmentedControl x:Name="segmentedControl"
472-
EnableRippleEffect="False">
472+
EnableRippleEffect="False">
473473
<button:SfSegmentedControl.ItemsSource>
474474
<x:Array Type="{x:Type x:String}">
475475
<x:String>Day</x:String>
@@ -483,10 +483,7 @@ The [SfSegmentedControl](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.
483483
</ContentPage>
484484

485485
{% endhighlight %}
486-
{% endtabs %}
487-
488-
{% tabs %}
489-
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="17" %}
486+
{% highlight xaml tabtitle="MainPage.xaml.cs" hl_lines="18" %}
490487

491488
using Syncfusion.Maui.Toolkit.SegmentedControl;
492489
. . .

0 commit comments

Comments
 (0)