No basic missing ui elements link splitters, tables, numberBoxes with si unit stupport.
No basic missing ui elements link splitters, tables, numberBoxes with si unit stupport.
Schöner Artikel..
Schöner Artikel..
github.com/microsoft/Wi...
github.com/microsoft/Wi...
For the log, I made a solution with a lot of trextblocks with single lines. That's faster, but you can't select and copy only a single line. That the only way to get multi coloring working fast enough.
For the log, I made a solution with a lot of trextblocks with single lines. That's faster, but you can't select and copy only a single line. That the only way to get multi coloring working fast enough.
Documents::Run r;
r.Text(L"Hello World");
tb.Inlines().Append(r);
Documents::Run r;
r.Text(L"Hello World");
tb.Inlines().Append(r);
tb.TextWrapping(TextWrapping::Wrap);
tb.Text(to_hstring(headerText));
tb.FontSize(static_cast<double>(fontSize));
tb.FontWeight(Windows::UI::Text::FontWeights::Bold());
tb.Margin(ThicknessHelper::FromLengths(0, 15, 0, 5));
sp.Children().Append(tb);
tb.TextWrapping(TextWrapping::Wrap);
tb.Text(to_hstring(headerText));
tb.FontSize(static_cast<double>(fontSize));
tb.FontWeight(Windows::UI::Text::FontWeights::Bold());
tb.Margin(ThicknessHelper::FromLengths(0, 15, 0, 5));
sp.Children().Append(tb);
I wrote an md2 to flyout wrapper.
Why this will not getting green?
StackPanel sp;
sp.HorizontalAlignment(HorizontalAlignment::Stretch);
TextBlock tb;
I wrote an md2 to flyout wrapper.
Why this will not getting green?
StackPanel sp;
sp.HorizontalAlignment(HorizontalAlignment::Stretch);
TextBlock tb;