-
Notifications
You must be signed in to change notification settings - Fork 22
[Dev]963238 - Need to prepare UG document for Volume 2 release #3336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
MAUI/Autocomplete/Selection.md
Outdated
{% tabs %} | ||
{% highlight C# %} | ||
|
||
private async void OnValueChanged(object sender, Syncfusion.Maui.Inputs.ValueChangedEventArgs e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you tested this codes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested the code and updated the e.NewValue to e.Value sir
|
||
N> The default value of the [EnableVirtualization](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Carousel.SfCarousel.html#Syncfusion_Maui_Carousel_SfCarousel_EnableVirtualization) property is false. | ||
|
||
### Default Mode Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default Mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are updated sir
@@ -55,6 +59,44 @@ carousel.SetBinding(SfCarousel.ItemsSourceProperty, "ImageCollection"); | |||
|
|||
{% endtabs %} | |||
|
|||
### Linear Mode Example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linear Mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to Linear mode sir
MAUI/NumericEntry/UpDown-Button.md
Outdated
|
||
## UpDown button order | ||
|
||
You can adjust the order of the UpDown buttons in the [NumericEntry](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Inputs.SfNumericEntry.html) control using the `UpDownOrder` property. Set its value to **UpThenDown** or **DownThenUp** to position the buttons on the entry field, respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can change the order of the UpDown buttons in the
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are updated sir
MAUI/NumericEntry/UpDown-Button.md
Outdated
sfNumericEntry.HorizontalTextAlignment = TextAlignment.Center; | ||
sfNumericEntry.UpDownOrder = UpDownOrder.DownThenUp; | ||
sfNumericEntry.UpDownPlacementMode = NumericEntryUpDownPlacementMode.Inline; | ||
sfNumericEntry.UpDownButtonAlignment = UpDownButtonAlignment.Both; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why used both in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to Right sir
Build Status: INPROGRESS 🔃 |
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
CI Status: ABORTED ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
I have prepared UG documents for below features: