VisualMelon
VisualMelon
@Jonarw waiting on #1562 sounds good to me. I'd be happy to merge that now if you are (any little issue with it we can deal with over time); I...
(Rebased) I don't believe that there was anything more I intended to do with this. Considerations for the future, perhaps: - Review text trimming API (should it be configurable through...
@Jonarw my main reservation is that it changes the text trimming (this _could_ be moved to separate PR). I've not really solicited @objorke's feedback since this came to be in...
@objorke thanks for the comment. The only performance implications should be when there are large numbers of text annotations/labels/etc. with a max size that actually constrains them, otherwise it's just...
Added two performance examples with ~100 items of text: trimmed in one case, not trimmed in the other. With WinForms and the WPF/Skia renderer, the trimming example is observably slower,...
@Jonarw thanks. I'd better let StyleCop have another go at it soon.
(Need to fix the tests after #1645)
Thinking about #391, do we need to be able to measure the size of trimmed text? E.g. if something asks for 3 lines of text, but only has space for...
Apologies for the lack of guidance; I'm afraid this is something that just hasn't received much of the limited time and effort the maintainers can commit. Generally the idea is...
Slaving axes is something that has never been well supported, but I'm sure is a common scenario (certainly something I do a lot). It does seem that the only half-way...