dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.4k stars 980 forks source link

ApplicationSettings PropertyBinding #4941

Closed russgreen closed 1 week ago

russgreen commented 3 years ago

Apologies if this is not a WinForms issue but upgrading net48 apps to net50 results in the loss of access to ApplicationSettings PropertyBinding...e.g. https://www.dropbox.com/s/wakm27dyuprh6c1/Screenshot%202021-05-19%20145241.jpg?dl=0.

Would love to see this supported in .net50 apps.

RussKie commented 3 years ago

Please provide a standalone simple repro.

russgreen commented 3 years ago

Take a look here https://github.com/russgreen/WinformsAppSettingsBindingSample

KlausLoeffelmann commented 3 years ago

Application Settings Binding is a feature which we have not yet enabled in the Designer. The plan is to implement in the VS 17 timeframe.

russgreen commented 3 years ago

Glad to hear it’s not vanished for good.

r-aghaei commented 2 years ago

Meanwhile, for those who are looking for a workaround:

merriemcgaw commented 2 years ago

Thanks for the workaround @r-aghaei. We definitely have this feature on our radar for sometime in VS2022 (no firm release plans yet), so it is great to have this workaround in the interim!

merriemcgaw commented 1 week ago

There isn't much current customer demand for this feature. We can revisit when there is more.