Roman Shapiro
Roman Shapiro
Every widget has such events already. Use `Desktop.Position` for absolute mouse position. And `Desktop.Position - Bounds.Position` for relative mouse position.
Thanks for reporting. I've fixed this case for Menu & ComboBox. As for Grid.OnProportionsChanged, it calls InvalidateMeasure, which is enough. I dont think any additional processing in required there. I'll...
> In MultipleItemsContainerBase.cs and Desktop.cs this case is implemented but due to how the ChildrenCopy property works, the removed items will not have their desktop and parent unset. It works...
Hello Harald, Thanks for the kind words. Frankly I dont quite understand your idea. As ScrollPane is already suitable for scrolling through multiple widgets. All you need to do is...
Hi Harald, Actually one should able to use mouse wheel in ScrollPane(check MyraPad or Notepad sample). Though I think I got your idea overally. It's very useful, as it'll make...
Is it reproducable with MML that uses default stylesheet?
Considering that there are attrs like "L18nTextKey", I take it that the bug is reproducable in your fork of Myra? Sorry, but this issue tracker is related to the master...
Need complete sample. As I can't reproduce by just calling DoClick.
Hello, Great job! However there are two things I would ask you to do: 1. Rename IsToggled/ToggledChanged back to IsPressed/PressedChanged. I like your naming better, but the rename makes it...
Sorry for the late response. Considering 1. Can you at least, rename IsToggled to IsPressed, and new property IsPressed to IsToggled. I know, it's probably wrong naming. However it would...