View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004435 | NoesisGUI | Studio | public | 2025-10-21 12:44 | 2025-10-27 12:34 |
| Reporter | dstewart | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | assigned | Resolution | open | ||
| Product Version | Studio_Beta | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0004435: Fit All Function Doesn't Fill Viewport When A Page is Given a Non-Standard WidthxHeight | ||||
| Description | It appears that currently, the "Fit All" view function at the top-right of the Stage (Ctrl+Shift+R), only works as expected when the Page size is set to 1920x1080. With all other settings at their defaults, any other Dimension given to the Page, will always result in a Zoom Level of 116%, which in most cases, does not result in filling the available viewport. Repro Steps: 1) Create a new Studio Project featuring a MainPage.xaml Observe how the Zoom Level of the Page maxes out at 116% instead of filling the viewport. Expected Results: The "Fit All" functions zooms in the Page until it can either no longer fit Horizontally, or Vertically in the Viewport (whichever comes first) | ||||
| Platform | Any | ||||
|
The source of this "problem" is that we don't show any kind of adorner for the DesignWidth/DesignHeight, and the "Fit All" command is fitting the design size, not the root size. There's also a command, the 'F' shortcut, for fitting the selected element, so you can always select the root and fit that into the stage. |
|
|
Thanks for looking into this. So, in my opinion, the "Fit All" command should actually more or less do what the Select Element + "F" currently do, but systematically do it as if the "Page Root" was selected. So in summary, perhaps something like this: 1) "Fit All": Sets Stage to Maximum size that it can fit in the Viewport. (as described in intro above) 2) Element Selected + "F" Key Shortcut: Sets the individual Element to the Maximum size that it can fit in the Viewport. 3) "Reset Zoom": Sets Stage to either Actual Design Height/Design Width Resolution (including your suggestion on adding the adorners) OR Sets Stage to Actual Height/Actual Width Resolution. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-10-21 12:44 | dstewart | New Issue | |
| 2025-10-21 12:45 | dstewart | Description Updated | |
| 2025-10-21 12:46 | jsantos | Assigned To | => sfernandez |
| 2025-10-21 12:46 | jsantos | Status | new => assigned |
| 2025-10-21 12:46 | jsantos | Target Version | => Studio_Beta |
| 2025-10-27 12:07 | sfernandez | Note Added: 0011232 | |
| 2025-10-27 12:07 | sfernandez | File Added: designadorner.png | |
| 2025-10-27 12:09 | sfernandez | Note Edited: 0011232 | |
| 2025-10-27 12:10 | sfernandez | Status | assigned => feedback |
| 2025-10-27 12:34 | dstewart | Note Added: 0011233 | |
| 2025-10-27 12:34 | dstewart | Status | feedback => assigned |
| 2025-10-27 12:34 | dstewart | Note Edited: 0011233 |