Chris Lovett
Chris Lovett
Would be handy if [the FontSize property](https://github.com/Kinnara/ModernWpf/blob/master/ModernWpf/IconElement/SymbolIcon.cs#L73) was public... ``` #region FontSize internal static readonly DependencyProperty FontSizeProperty = DependencyProperty.Register( nameof(FontSize), typeof(double), typeof(SymbolIcon), new PropertyMetadata(20.0, OnFontSizeChanged)); internal double FontSize { get...
I am moving my [Money app](https://github.com/clovett/mymoney.net) to ModernWPF and one thing that seems hard is finding slim textbox and combobox controls for embedding in a DataGrid, does ModernWPF have anything...
Can you post what version of C# and .NET frameworks you used?
I moved the code here so I could update it more frequently: https://github.com/clovett/flutter_samples/tree/main/redux-todo-list
*Project* MSIX SDK or Win7Msix **Describe the bug** Cannot create .msixbundle for .NET 7.0 desktop app. **To Reproduce** Steps to reproduce the behavior: 1. load the attached solution: [WpfApp1.zip](https://github.com/microsoft/msix-packaging/files/10367972/WpfApp1.zip) 2....
Find workaround for https://github.com/microsoft/msix-packaging/issues/557.
Thanks for this it works great, this is how I'm using it, I wonder if this is what you also recommend and perhaps we should make an installer that helps...
### Description I get the following stack trace entirely in WPF (none of my code on the stack) when completing the edit of a DataGrid in a popup tool window,...
.NET 8.0 doesn't support all the ClickOnce features of .NET 4.8 See https://learn.microsoft.com/en-us/visualstudio/deployment/access-clickonce-deployment-properties-dotnet?view=vs-2022 Is there a way to use that info to perform the update?
### Brief description of your issue I used to be able to run this command line: ``` wingetcreate update Microsoft.XMLNotepad --version %VERSION% -o %WINGET_SRC% -u https://github.com/microsoft/XmlNotepad/releases/download/2.9.0.17/XmlNotepadPackage_2.9.0.17_AnyCPU.msixbundle ``` `curl -O --location...