Ivan Gagis

Results 75 comments of Ivan Gagis

There should be no re-layouting if size of the widget is not affected

Looks like some third party library packed to nuget has incorrect compilation flags -MT instead of MD

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library [C:\projects\morda\msvs_solution\test_app\test_app.vcxproj]

For rich text it is enough to set font aliases and colors and then only set font and color for text block

rich text is not needed for simple multiline widget

implement utility function to fit text to width

Unfortunately, I have zero knowledge about UWP and its tools, so, no idea about how to build it there. And I have lack of time to investigate it at the...

Perhaps, for UWP it is also possible to distribute libraries as NuGet packages, it would be logical if it was so. Just need to investigate about what are the specifics...

@Maxador Right, `svgren` doesn't render `` elements. Though, if you just need to achieve the same effect, i.e. blurred rectangle, you can use gaussian blur filter, like this: ```xml ```