AlohaKit.Controls
AlohaKit.Controls copied to clipboard
A set of .NET MAUI drawn controls.
This PR introduces a new isReversed property. When enabled, it reverses the direction in which values are added and rendered. This allows for greater flexibility in UI design, especially in...
### Description of change This PR adds default brush initialization to several controls that previously lacked them. Without defined brushes or colors, some controls — such as the `Slider` —...
If user starts dragging on slider and then leaves the View, touch is ended. This is super annoying. It is probably caused by this: [issue](https://github.com/dotnet/maui/issues/12282)