I'm trying to implement a bindable command in a custom control based on Maps in order to provide action to clicking a pin in the maps control, but the ...
I'm trying to implement a bindable command in a custom control based on Maps in order to provide action to clicking a pin in the maps control, but the ...
I am passing command parameters to a command. and receiving it like this in this Object Dev will be carying data related to Device. but if i do dev ...
I have a WPF Datagrid with a few DataGridTextColumns and I want to repace one with my own custom control. However I can't figure out how to bind. I ...
I have several collections, each of specific class. I need that every instance (model) store its parent collection (to be able to reach other instance ...
In below situation, I want to get same results for a and (car b) like (10 10). But just symbol A is shown as a result of (car b). Can we get 10 with l ...
I wanted to monitor when the text in a tkinter Text widget was modified so that a user could save any new data they had entered. Then on pressing 'Sav ...
Recently, in Blazor 7, a feature has been added to make it easier to bind and call the method based on changes in the bound expression. In .NET 7, yo ...
I have a Windows app connecting to a WCF service that uses Entity Framework and is hosted in IIS. I get this error message when I try to return result ...
I am new to WPF/XAML. I am making a scrolling marquee using a demo I found online. It is WinForms using a HostedElement WPF custom User Control. I w ...
Consider the following struct and class: And, assuming the DataContext is an instance of DemoClass, consider this binding: By now I've learned t ...
i want to pass an img url from component to another and bind it dynamically but every time i got 404 not (the path is correct ) first Component: <a ...
I have an xml data like this Is there a way to to convert this xml data to List<Map<String,String>> or List<Map<String,Object> ...
I am experiencing bindings with .NET Blazor server, and trying to list all displays available on the system. Starting from a new project, keeping it ...
I am customizing WPF DataGrid in a generic way. consider that I have defined an enum of Creatures like this: then I have an attached property of th ...
I have a problem with creating stacklayout, which contains image created from base64string, downloaded from database. Example of image declare: In Vi ...
i already the project from the official tutorial of .NET MAUI until step 5 using Communitytoolkit.Mvvm: text Now, instead of binding only a Text (whi ...
I'm trying to bind the StringFormat of a column binding depending on each datacontext item's individually. Here's the sample code: xaml: code beh ...
Iam Trying to Bind "Description" column value of dataGrid to command parameter of a button inside same grid row but, Binding not working properly. cod ...
Learning partial functions and got stuck with this query - In the code snippet below, I create an admin object that re-uses a generic sendMail functi ...
Consider the following xaml definition of a UserControl: In the grid's binding above, I'm using ElementName=self, which directs to the control itse ...