[PR #1244] [CLOSED] Add PanelTogglerPosition + Demo #2619

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1244
Author: @msdevcode
Created: 11/14/2023
Status: Closed

Base: masterHead: feature/PanelToggler


📝 Commits (1)

  • 97c45d4 Add PanelTogglerPosition + Demo

📊 Changes

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

View changed files

📝 Radzen.Blazor/Common.cs (+15 -0)
📝 Radzen.Blazor/RadzenPanel.razor (+53 -16)
📝 Radzen.Blazor/RadzenPanel.razor.cs (+10 -2)
📝 RadzenBlazorDemos/Pages/PanelConfig.razor (+9 -1)

📄 Description

Add PanelTogglerPosition to RadzenPanel

Included a demo:
grafik

Wasnt sure how to deal with the css rz-panel-titlebar. I override the justify-content, if toggler position PanelTogglerPosition.Left is set.

The <a> tag of the togglers could probably be a component too. With a component there is no need of copy paste the <a> tag as i did. I wasnt able to intgrate them.


🔄 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/1244 **Author:** [@msdevcode](https://github.com/msdevcode) **Created:** 11/14/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/PanelToggler` --- ### 📝 Commits (1) - [`97c45d4`](https://github.com/radzenhq/radzen-blazor/commit/97c45d442cbe4fcb8db22c6d0d1c0fc71e4b493d) Add PanelTogglerPosition + Demo ### 📊 Changes **4 files changed** (+87 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+15 -0) 📝 `Radzen.Blazor/RadzenPanel.razor` (+53 -16) 📝 `Radzen.Blazor/RadzenPanel.razor.cs` (+10 -2) 📝 `RadzenBlazorDemos/Pages/PanelConfig.razor` (+9 -1) </details> ### 📄 Description Add PanelTogglerPosition to RadzenPanel Included a demo: ![grafik](https://github.com/radzenhq/radzen-blazor/assets/115212774/d971efe7-30c9-4cc4-aa6a-4b76bd9c785f) Wasnt sure how to deal with the css `rz-panel-titlebar`. I override the `justify-content`, if toggler position `PanelTogglerPosition.Left` is set. The `<a>` tag of the togglers could probably be a component too. With a component there is no need of copy paste the `<a>` tag as i did. I wasnt able to intgrate them. --- <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:40 +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#2619