Mahdi Hosseini

Results 296 comments of Mahdi Hosseini

@Yslelf There is a **SelectedObjectChangedEvent** event Is this what you are looking for? https://github.com/HandyOrg/HandyControl/blob/35eb87104088f8489d543288504b2cf087bce01d/src/Shared/HandyControl_Shared/Controls/PropertyGrid/PropertyGrid.cs#L38

@marcelwgn **Could you pick one option so I can begin?** If I implement a custom `Serializer` class, it’ll be a simple setup—something like ``` GlobalData.Settings.Property = true; GlobalData.Save(); ``` However,...

Hi @marcelwgn I added a PR for this issue https://github.com/microsoft/WinUI-Gallery/pull/2001 Old Settings System: `appData.LocalSettings.Values[SettingsKeys.IsLeftMode] = true; ` New Settings System: ``` SettingsHelper.Config.IsLeftMode = true; SettingsHelper.Save(); ```

Be Smart, Use `Microsoft.UI.ColorHelper.FromArgb` or `Windows.UI.Color myColor = Windows.UI.Color.FromArgb(255, 128, 64, 0); `

also i can see your method return Microsoft.UI.**Colors**, but you are trying to return a `Windows.UI.Color`

@DinahK-2SO here is other related issues which can be closed: https://github.com/microsoft/WindowsAppSDK/issues/5847 https://github.com/microsoft/WindowsAppSDK/issues/5827

@godlytalias Can we use it in next release? (v2.0-exp2)

I’m experiencing the same issue. I’m using the single meta package: ` ` However, when I install the [Win2D NuGet package](https://www.nuget.org/packages/Microsoft.Graphics.Win2D), I encounter the following error. It looks like Win2D...

> [@ghost1372](https://github.com/ghost1372) . Did you find any workaround to make the build work with Win2D? No