Leo Bottaro

Results 83 comments of Leo Bottaro

Hi, thanks for reporting. the controls take their background color from their parent's backcolor, and that is enforced by the skinManager, so setting the backcolor on material controls has no...

Hi, first of all, be careful when sending a response to github via email, it may expose your private mail or worse. I've already deleted it from your previous message,...

Try doing that, another option would be setting the `EnforceBackcolorAllComponents` to `false` this way, the skinManager only enforces the backcolor on materialSkin components, leaving other components untouched. If the HTML...

Hi, thanks for reporting. I didn't expect users to _not_ use the tab system, so I never even tested this use case. This is just a matter of draw order,...

Hi, thanks for reporting I can't repro this on my side, could you share your specific setup? what's the children tree for the components? (example: Form->panel->table layout->textbox) and what properties...

@ThibaudMZN did you manage to fix this?

if it helps, this seems to be somewhat related to DPI scaling

Hi, thanks for reporting "Mod" compatibility is not a priority for this lib. The issue here is (probably) the following: since the material form is com a completely custom form,...

Thanks for the suggestion, but using 2 controls is not efficient as it would cause a lot of redraw on the form, the correct way is to draw using GDI...

That part of the code should be the same, I just added more stuff to it, but I did not modify the form drawing function too much (just colors and...