-
Notifications
You must be signed in to change notification settings - Fork 31
UG 985939: Added the UG content for secondary drawer and tab bar border - Development #3838
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: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
|
||
| {% endtabs %} | ||
|
|
||
| ### Drawer header view |
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.
@KarthikaRavichandranSF4617, No need to explain about the drawer header view, footer view and content view, we have documentation for this.
|
|
||
| {% highlight c# %} | ||
|
|
||
| navigationDrawer.ToggleSecondaryDrawer(); |
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.
@KarthikaRavichandranSF4617, create an instance for Navigation drawer control.
|
|
||
| The `IsOpen` property in the [DrawerSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.NavigationDrawer.SfNavigationDrawer.html#Syncfusion_Maui_NavigationDrawer_SfNavigationDrawer_DrawerSettings) of `SecondaryDrawerSettings` is used to open or close the drawer programmatically. | ||
|
|
||
| N> Users can open only one drawer at a time. |
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.
Move these Notes to top of the page.
|
|
||
| ## Tab bar border customization | ||
|
|
||
| You can customize the border of the tab bar using the following properties: |
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 customize the border of the tab header area in .NET MAUI Tab View using the following properties:
|
|
||
| You can customize the border of the tab bar using the following properties: | ||
|
|
||
| - TabBarBorderBrush: Sets the border color. |
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.
Now, we changed this property name to TabBarBorderColor
|
|
||
| - TabBarBorderBrush: Sets the border color. | ||
| - TabBarBorderThickness: Sets the border thickness. | ||
| - TabBarCornerRadius: Sets the corner radius of the tab bar. |
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.
Sets the corner radius of the tab bar's border.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
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 ✅ |
Description
Added the UG content for the secondary drawer and tab bar border.