Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

8
Votes

Hi Syncfusion Team,


I was using the dual listbox and was trying to use the "Position" property to move the toolbar position to the left side of the listbox. However, setting it like this inside the ListBox:


<ListBoxToolbarSettings Position="@ToolBarPosition.Left" Items="@(new[] { "MoveUp", "MoveDown", "MoveTo", "MoveFrom", "MoveAllTo", "MoveAllFrom"})" />

does not result in the toolbar on the left hand side of the "Group B" listbox like expected.


DualListBoxSyncfusionBugReport.PNG