KillyMXI

Results 143 comments of KillyMXI

My main guess: Whatever web bundler is used underneath - is not capable enough and falls back to CommonJS for entire dependency subtree once it sees a single CJS package....

Suggestions 2 and 3 can still be addressed, I guess.

Possible extra: being able to move a field between ancestors and descendants.

These options will work: ```js { selectors: [ { selector: 'h1', options: { leadingLineBreaks: 1, trailingLineBreaks: 1 } }, ] } ``` What happens with zero: The condition `0 ||...

I have the same issue with `3.0.0-preview.13`. `GridView` is unavailable, essentially.

Workaround: Define `ListView.ItemContainerStyle` ```xaml ``` Reference: https://learn.microsoft.com/en-us/dotnet/desktop/wpf/controls/how-to-style-a-row-in-a-listview-that-implements-a-gridview?view=netframeworkdesktop-4.8

There seems to be a larger issue for those starting with WPF UI around now - the library is in transition between major versions, a lot of breaking changes. Documentation,...

This issue is about removing license text from templates, to prevent license poisoning. Doesn't matter that MIT is the most liberal license. If you read carefully, I wasn't expecting documentation...

Half-assed solution could be to defensively remove line-breaks from any cell contents. But a proper parser would certainly be better than homegrown regexes. The case of missing description in the...

I love this idea! It will help keeping everything readable as well. One note though: with `format="table"`, beware of repeating #331 - I see an extra space in the example...