[PR #1158] [MERGED] add IsShowArrow #2543

Open
opened 2026-01-29 18:19:20 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1158
Author: @TimChen44
Created: 9/17/2023
Status: Merged
Merged: 9/18/2023
Merged by: @enchev

Base: masterHead: menu-up


📝 Commits (3)

📊 Changes

4 files changed (+19 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/RadzenPanelMenu.razor.cs (+7 -0)
📝 Radzen.Blazor/RadzenPanelMenuItem.razor (+5 -5)
📝 RadzenBlazorDemos/Pages/LayoutIconSidebar.razor (+1 -1)
📝 RadzenBlazorDemos/Pages/PanelMenuDisplayStyle.razor (+6 -1)

📄 Description

Sometimes the menu needs a look without a pull arrow, so a switch has been added to hide it.

However, when encountering hidden elements and expanding them on the style, it will cause a change in the menu width. I directly modify the style to worry about affecting other components. If this evaluation is valuable, please help to address the style issue.

GIF 2023-9-17 15-03-12


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1158 **Author:** [@TimChen44](https://github.com/TimChen44) **Created:** 9/17/2023 **Status:** ✅ Merged **Merged:** 9/18/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `menu-up` --- ### 📝 Commits (3) - [`4f5f530`](https://github.com/radzenhq/radzen-blazor/commit/4f5f53019d133c941de818e3e6a15b565d53a2c2) add IsShowArrow - [`e6f4d0e`](https://github.com/radzenhq/radzen-blazor/commit/e6f4d0e575854fcf1f4cd91813eaab66ca73f1bf) layout demo add IsShowArrow - [`5ecca09`](https://github.com/radzenhq/radzen-blazor/commit/5ecca09ee87caebf59b7ee6bde0e8920b3ae0584) Modify ShowArrow name ### 📊 Changes **4 files changed** (+19 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenPanelMenu.razor.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenPanelMenuItem.razor` (+5 -5) 📝 `RadzenBlazorDemos/Pages/LayoutIconSidebar.razor` (+1 -1) 📝 `RadzenBlazorDemos/Pages/PanelMenuDisplayStyle.razor` (+6 -1) </details> ### 📄 Description Sometimes the menu needs a look without a pull arrow, so a switch has been added to hide it. However, when encountering hidden elements and expanding them on the style, it will cause a change in the menu width. I directly modify the style to worry about affecting other components. If this evaluation is valuable, please help to address the style issue. ![GIF 2023-9-17 15-03-12](https://github.com/radzenhq/radzen-blazor/assets/7581981/f1a5e61b-999f-40cc-bed6-b35e968fad71) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:19:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2543