hwagent

Results 2 issues of hwagent

Hi, I use your GUI Controls (MonoGame.Extended.Gui) for an iOS Game and have a problem with the GuiButton class. My buttons are created like this: ```C# btnHighscore = new GuiButton();...

enhancement

Hi, I have a table view with 5 columns and 20 rows. Is there a method to scroll to a particular row/column (e.g. scroll to column 3 and row 15)?