Kivimango
Kivimango
Maybe you could accept the Into trait in the conversion function: https://doc.rust-lang.org/std/convert/trait.Into.html
this DPI/scaling issue is recurring, I have read users complaining about the lack of scaling, especially on macOS. Maybe related to #71. I think this could be solved by adding...
Thanks for reporting, i will look into it.The PasswordBox and the TextBox shares the same TextBehavior.
Any update on this? I have a similar issue.
I think using "official" names for colors would be more professional and UI/UX designers would be more familiar with them ( and more consistent since we are already using them...
I tried NotoSans Regular & Medium, greek, french and russian letters are showing up, but the other language's characters are replaced by the so-called "tofu"s. There is a Noto CJK...
Can this be modified to make it look like a tooltip? (like when you mouse over a widget, and a small rectangle shows up with some text)
The [ListView ](https://github.com/redox-os/orbtk/blob/develop/crates/widgets/src/list_view.rs) uses a scrollbar.You could use it as an example. The ScrollViewer docs says " Only the first child of the scroll viewer can be scrolled." Based on...
I asked @FloVanGH, he said the scrolling feature is incomplete, it is worked in only a few special cases.
Yes, its planned, I did some very early draft for TableView, but it is the far most complex widget with sorting columns adding rows, etc and I need(ed) some experience...