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

I have encountered two issues with the ToggleSwitch control. I have also fixed them, and opened a pull request. Here are the issues: (1) The ToggleSwitch still reacts to user...

I was working with the slider and ran into a few issues. This is using vs 2022 preview 17.6 preview 1/A10 1. Slider min/max are not honored. A max of...

Net 7.0 Crash form SegmentedControl type miss. ```diff src/AlohaKit/Controls/SegmentedControl/SegmentedControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AlohaKit/Controls/SegmentedControl/SegmentedControl.cs b/src/AlohaKit/Controls/SegmentedControl/SegmentedControl.cs index 329af7b..b70f686 100644 --- a/src/AlohaKit/Controls/SegmentedControl/SegmentedControl.cs +++ b/src/AlohaKit/Controls/SegmentedControl/SegmentedControl.cs...

Set the following MainPage: ```csharp MainPage = new ContentPage { Content = new VerticalStackLayout() { Children = { new AlohaKit.Controls.ProgressBar() } } }; ``` Expected result: Lonely page with a...

By default the IsOn property is false. Even if I set IsOn to true, it still remains false until I manually toggle.

There is in iOS after the update with a FontSize for a Button a White area around the Button . But only in iOS not in Android. https://postimg.cc/nMSfb9Gn

bug

I created a brand-new blank MAUI app. I then simply tried to add a slider to the main page, using the following XAML: ``` ``` It does not show up....

bug

The PluseIcon control seems to be working on .NET 8 ios17 and android34 mostly. The issue I'm having, and it could be user error, with I try to use a...

I added the line and multi-line charts to a Maui app and set column names, etc., as per the docs. They work perfectly in Android, but the no label shows...

bug

Any plans to include Entry has part of the AlohaKit controls?

enhancement