xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

Windows Autoresizing Editor #649

Closed ermau closed 5 years ago

ermau commented 5 years ago

2019-10-04_16-11-18

CartBlanche commented 5 years ago

I just did a quick test on Windows and noticed that if you resize smaller than the preview window, you get a weird overlap. As per screenshot...

Screen Shot 2019-10-07 at 12 38 18

If we are supporting preview resize, shouldn't both the editor and preview resize accordingly and proportionally, otherwise it just looks strange? Does it have to resize in v1.0? I'd suggest we add an issue to support scaling of both editor and previewer, down the line. Did the original editor support scaling?

ermau commented 5 years ago

The design is going to have to be changed in some way to support scaling, it doesn't really fit the current minimum size. Most of what's there is from the original editor. Let's get it in so it doesn't rot and we can address it later if it actually gets used.

CartBlanche commented 5 years ago

I actually think in our proppy, it would be better if the Editor and Previewer were aligned vertically. Makes for a taller row, but less need for scaling.