Myra icon indicating copy to clipboard operation
Myra copied to clipboard

UI Library for MonoGame, FNA and Stride

Results 67 Myra issues
Sort by recently updated
recently updated
newest added

The tab control is missing from the stylesheet and preventing me from editing the file in myrapad. Do you have an example somewhere I can use?

I can't seem to figure out. Looking at the all controls example, it seems its generated in code. Any plans to add it to the markup?

Myra has an incorrect click behaviour, as it triggers clicks OnTouchup(), regardless if the user has actually pressed down the mouse button inside the target button or not. This is...

ObservableCollection implements a Clear method that calls CollectionChanged callback with a NotifyCollectionChangedEventArgs where the action is NotifyCollectionChangedAction.Reset. This case isn't implemented in ComboBox.Items_CollectionChanged, Menu.ItemsOnCollectionChanged or Grid.OnProportionsChanged (But probably should be,...

To reproduce: 1. open combobox 2. scroll upwards in the vertical scrollviewer ``` ``` ![Evidence](https://cdn.discordapp.com/attachments/628186029488340996/878348724529680424/unknown.png)

Working with Myra in Monogame trying to add an ImageButton to the starting screen of a game. Followed the wiki on creating a button without a specific style as there...

Since - unlike Label - it supports selecting text

Saving multiple bitmaps for different font sizes seems a sub-optimal solution. Sampling a single vector sheet, or at the very least down-scaling one largest-scale bitmap for fonts would be ideal

- Textureregionatlas.load will no longer throw an exception, but merely look if the file follows a XML tag route and then goes along with that. Improves performance and the if-statement...

I am having a problem with something that I thought would be a common use case. Say the user clicks a button that would trigger a long running function, and...