-
I'd like to propose porting UWP's RelativePanel control to WPF. It's a great way to layout UI, while reducing the number of panels needed to create in order to perform such a layout. A panel like this…
-
UWP's RelativePanel is a lot more condense than Xamarin.Forms RelativeLayout with Constraints.
```
```
-
See https://github.com/dotMorten/UniversalWPF/blob/main/src/UniversalWPF/RelativePanel/RPGraph.cs#L1109
-
![Screenshot (258)](https://github.com/Gabboxl/ClassevivaPCTO/assets/90320229/3c14f105-9e0e-4191-a0b7-d84a7f4e63eb)
Separare i controlli della pagina dal titolo nei relativepanel e attivare i t…
-
A relative panel would give us more control.
-
### Describe the bug
I find that when I place a TextBox control inside a and align its sides with the panel the text gets jumpy when I resize the height of the window. If I change the property TextW…
-
### Describe the bug
When an item with a `Stretch` alignment is arranged in an area smaller than its size, Avalonia offsets the arrange bounds by half of a computed Margin (centering?). This moves …
-
I am waiting for your next version for Xamarin.Forms 2 (and UWP apps) and I hope you will offer a good hamburger menu like Android and iOs. We have to develop it manualy for the moment (with Splitview…
-
# Proposal: Enable support for ElementAnimator on other Panels to help synchronize animations across the tree and avoid clips
## Summary
The ElementAnimator class makes it easy to implement coordi…
-
iOS has a great concept of layout anchors. You can for instant link control A's top anchor to the bottom of control B. So if control A moves down, control B's top will move down with it.
This is a bi…