Implement DialogOptions.Right #770

Closed
opened 2026-01-29 17:43:05 +00:00 by claunia · 1 comment
Owner

Originally created by @geeForceOne on GitHub (Mar 17, 2023).

Is your feature request related to a problem? Please describe.
I want to use the Dialog to show as much content as the browser window allows.
Therefore I'm setting Top, Bottom, Left property to 10px in the DialogOptions. By doing so, the Dialog resizes the Bottom according to the Browser resize.
This is fantastic. However I miss the "Right" property.

Describe the solution you'd like
Include also a "Right" Property, that should also resize together with the Browser window size.

Originally created by @geeForceOne on GitHub (Mar 17, 2023). **Is your feature request related to a problem? Please describe.** I want to use the Dialog to show as much content as the browser window allows. Therefore I'm setting Top, Bottom, Left property to 10px in the DialogOptions. By doing so, the Dialog resizes the Bottom according to the Browser resize. This is fantastic. However I miss the "Right" property. **Describe the solution you'd like** Include also a "Right" Property, that should also resize together with the Browser window size.
Author
Owner

@enchev commented on GitHub (Mar 17, 2023):

You need to set percentage width and height

@enchev commented on GitHub (Mar 17, 2023): You need to set percentage width and height
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#770