AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

A set of .NET MAUI drawn controls.

Results 23 AlohaKit.Controls issues
Sort by recently updated
recently updated
newest added

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)