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 building a .Net maui app and I have a list of questions that I need to be collecting answers in a carousel way using radio buttons, I am using MV ...
I'm going to develop a management app for a company in Flutter and since I never worked with this framework i was looking for the best practices and d ...
I have a Blazor page that utilizes multiple components within it - how can I implement a State pattern (ideally per-page) that would be able to handle ...
I am trying all these methods in the latest android studio Electric Eel | 2022.1.1, but the build feature, data binding, and view Binding options are ...
I am working on a .NET WPF project using Visual Studio 2022 and I added tray icon functionality to my app. I am managing tray icon part in mainwindow. ...
I am trying to create a simple ListView with custom ItemTemplate which consists of a Grid with some information. Each item in the ListView should have ...
Here I have a WPF application that is made with the MVVM structure. I am fairly new to C# WPF and am not familiar with this concept. I am attempting t ...
enter image description here I need to make this custom container I tried more to make it by border radius but I can not do it and I wish stack over ...
I want to pass the webview2 control on the page to the ViewModel after clicking the button. The following is part of the code for xaml: I want to p ...
My WPF MVVM VB.NET app loads a list of songs into a ListBox at start. The list contents populate in a BackgroundWorker that is kicked off in the Const ...
As shown above, Button.Content="{Binding Type}" works perfectly but when it goes in its ContextMenu, the DataContext changes which causing MenuItem ...
I have a simple Android Kotlin app that i am working on which involves multiple fragments communicating with one viewModel. The problem is the LiveDat ...
Coming from MVC, I have a hard time wrapping my head around MVVM but now I need to learn it as I'm getting started with SwiftUI development with Swift ...
As the Title says i defined my member, for example my Id, as an Observable Property with the CommunityToolKit.MVVM But now i am trying to give my O ...
I have fragment which showing weather for 10 days with getting geolocation city and show exactly weather for this city for 10 days. I have problem in ...
After sending using [RelayCommand] in maui the setter in ViewModel receives truncated string in Maui. Example orginal string: "https://twit.memberfulc ...
I'm trying to implement a "settings" screen for my app using DataStore pereferences. Basically, an url is created, according to the preferences, so a ...
Request payload --> licenses[0].license ----> this is file type licenses[0].expDate:2022-12-06 ------> this is string type We using retro ...
My problem is when I'm adding command to button, which is located in ListBoxItem Style in Page.Reosources and click it, nothing happen. But if I add b ...