Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need xbind implemented for wpf #130

Open
juepiezhongren opened this issue Dec 8, 2018 · 8 comments
Open

need xbind implemented for wpf #130

juepiezhongren opened this issue Dec 8, 2018 · 8 comments
Labels
API suggestion Early API idea and discussion, it is NOT ready for implementation
Milestone

Comments

@juepiezhongren
Copy link

juepiezhongren commented Dec 8, 2018

No description provided.

@rladuca rladuca added Enhancement Requested Product code improvement that does NOT require public API changes/additions API suggestion Early API idea and discussion, it is NOT ready for implementation labels Dec 8, 2018
@rladuca rladuca added this to the Future milestone Dec 8, 2018
@karelz karelz removed the Enhancement Requested Product code improvement that does NOT require public API changes/additions label Dec 8, 2018
@fpadilha
Copy link

x:Bind and x:DeferLoadStrategy for WPF would be amazing!

@thomasclaudiushuber
Copy link
Contributor

thomasclaudiushuber commented Dec 18, 2018

I wonder if we could use the same core logic to generate the code from x:Bind for UWP and WPF. That would allow us to bring new x:Bind features at the same time to UWP and WPF.

For example, boolean conversion is a feature that I've requested for UWP on user voice a while ago:
https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/35028187-allow-c-style-boolean-conversion-with-x-bind

@weitzhandler
Copy link

Will this be in .NET Core 3.1?

@levitali
Copy link

Here is my implementation of the x:Bind Markup Extension for WPF (and Xamarin Forms)
https://github.com/levitali/CompiledBindings

@lindexi
Copy link
Contributor

lindexi commented Sep 24, 2021

@levitali Awesome

@R2D221
Copy link

R2D221 commented Sep 24, 2021

@levitali Interesting, I'll check it out

@mklemarczyk
Copy link

Since support for UWP is not sure for the future. I think it would be good time to bring the benefits into WPF. The improved ways of binding thanks to x:Bind are great tools. Lets not make all that work gone to waste.

Ref:

@HiMarioLopez
Copy link

HiMarioLopez commented Mar 22, 2024

From: https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/x-bind-markup-extension

The {x:Bind} markup extension—new for Windows 10—is an alternative to {Binding}. {x:Bind} runs in less time and less memory than {Binding} and supports better debugging.

I would love to see this added for performance reason. Is it possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API suggestion Early API idea and discussion, it is NOT ready for implementation
Projects
No open projects
Development

No branches or pull requests