adonis-ui
adonis-ui copied to clipboard
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
**Describe the bug** `ResizeMode="CanResizeWithGrip"` adds a little resize grip element to the bottom right of a window for resizing purposes. Adding `ResizeMode="CanResizeWithGrip"` to the definition of the Adonis window makes...
Is there something similar to Adonis UI for Avalonia?
Attached properties for scrollbar placement and expansion mode would not work on TextBoxes. The missing triggers were added and the template bindings fixed.
Size and Margin of TextBox inside editable ComboBox are fixed to the ComboBox itself. If the user would define a custom style and set the height, width and margin property,...
Previously the TabControl would only properly support TabStripPlacement Top. With this commit Left, Right and Bottom positioning were added.