[PR #1905] [MERGED] Select bar orientation parameter #2958

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1905
Author: @Cosmatevs
Created: 1/12/2025
Status: Merged
Merged: 1/13/2025
Merged by: @yordanov

Base: masterHead: select-bar-vertical


📝 Commits (3)

  • 1b4913d Select bar:
  • 3f2a971 Select bar:
  • 3a2e61c Select bar: add whitespace in .razor file to make it more comprehensible

📊 Changes

7 files changed (+124 additions, -31 deletions)

View changed files

📝 Radzen.Blazor/RadzenSelectBar.razor (+22 -2)
📝 Radzen.Blazor/RadzenSelectBar.razor.cs (+17 -9)
📝 Radzen.Blazor/themes/components/blazor/_selectbar.scss (+56 -20)
RadzenBlazorDemos/Pages/SelectBarOrientation.razor (+18 -0)
📝 RadzenBlazorDemos/Pages/SelectBarPage.razor (+7 -0)
📝 RadzenBlazorDemos/RadzenBlazorDemos.csproj (+3 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+1 -0)

📄 Description

  • New parameter: orientation (horizontal or vertical)
  • More reliable item border duplication prevention – just removing excessive borders.
    The current solution with negative margins doesn't always work well with custom border widths or browser/display scaling.
  • More comprehensible .razor file – added whitespace only.

⚠️ Premium styles need to be updated.


🔄 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/1905 **Author:** [@Cosmatevs](https://github.com/Cosmatevs) **Created:** 1/12/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@yordanov](https://github.com/yordanov) **Base:** `master` ← **Head:** `select-bar-vertical` --- ### 📝 Commits (3) - [`1b4913d`](https://github.com/radzenhq/radzen-blazor/commit/1b4913d904a16f18c2592953e34e59f1d1277f8a) Select bar: - [`3f2a971`](https://github.com/radzenhq/radzen-blazor/commit/3f2a9713f5d5f6916378604a8c0fbd0046883649) Select bar: - [`3a2e61c`](https://github.com/radzenhq/radzen-blazor/commit/3a2e61c5093340166e43aa83df297aa40d1085a3) Select bar: add whitespace in .razor file to make it more comprehensible ### 📊 Changes **7 files changed** (+124 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSelectBar.razor` (+22 -2) 📝 `Radzen.Blazor/RadzenSelectBar.razor.cs` (+17 -9) 📝 `Radzen.Blazor/themes/components/blazor/_selectbar.scss` (+56 -20) ➕ `RadzenBlazorDemos/Pages/SelectBarOrientation.razor` (+18 -0) 📝 `RadzenBlazorDemos/Pages/SelectBarPage.razor` (+7 -0) 📝 `RadzenBlazorDemos/RadzenBlazorDemos.csproj` (+3 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+1 -0) </details> ### 📄 Description * New parameter: orientation (horizontal or vertical) * More reliable item border duplication prevention – just removing excessive borders. The current solution with negative margins doesn't always work well with custom border widths or browser/display scaling. * More comprehensible .razor file – added whitespace only. ⚠️ Premium styles need to be updated. --- <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:21:16 +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#2958