C
C#ivi

✅ What does WPF want from me?

I'm actually so tired of WPF and MVVM and all this contrived fuckin bs you guys MainWindow control:
I
ivi402d ago
MainWindow view model: Clearly has the goddamn property
I
ivi402d ago
What are you expecting, C# It's right there The IDE can literally resolve what I'm pointing at What does it WANT Noooo
P
Pobiega402d ago
it wants a property, not a field public NavigationBarViewModel NavBar {get;set;} thats a property.
P
Pobiega402d ago
this is a field
I
ivi402d ago
THANK you is there a thanks bot or something
P
Pobiega402d ago
nope, but if your problem is solved: /close
Want results from more Discord servers?
Add your server
More Posts
❔ I apparently have an infinite loop, but I can't fix it to workI've tried a lot of stuff, even a "NewtonJson" fix I saw, but it wouldn't solve the problem because ✅ doing nothingdfg❔ I would appreciate some help.So i have this assignment and in lieu of my grandma who passed this past week i've not had the oppor❔ Discord Bot Service ProblemDoes anyone know how to register that service properly?❔ abstract class vs interface```cs public interface IFoo { protected static string GetFormattedTime() => DateTime✅ Refit / RestLess API SDK StructureHey! How do I structure an SDK for my API? Let's say I have 2 resources: Users and Groups. I coul❔ Best way to display a continually updating list of messages```cs @inject MerpieClient Client @inject MerpieHubConnection HubConnection @inject ILogger<MessageL❔ How can I fix this I keep getting null value in my string variable❔ How do I go from interface to implementation while navigating ASP.NET core code?I saw this youtube video and he seamlessly navigates the source? How can I do this? Thanks.Console Application published as PublishSingleFile the window auto close for few devloper.I have published a .exe file with runtime framework included, and distributed to other developer for✅ Set Background color for one specific Row in GridI have a WPF project and a grid with a bunch of rows and columns. How can I change the background co❔ Facial recognition and centering using emgucv and arduino servos (visual studio)Hi guys, I am code illiterate. I found this code and need help because I do not know how to fix any ❔ Speech Recognizition makes me wanna cryI have already tried, using speech recogniztion on C++,Rust and now C#, since when this was that har❔ Système connexion wpfHello, Is someone making a connection system in wpf c# xaml to be simultaneously connected to my sit✅ How to use SVGs in XAML file (WPF)I have a WPF project and I want to use an svg file in MainWindow.xaml. How do I properly use svg in ❔ Progress bar value from 0 to 100 over 3 seconds for my splash screenI CANNOT GET IT TO WORK❔ How are prices changes/updates commonly handled in e-commerce?Is polling/signalr used to display relevant/current prices? What about when the price changes during❔ Copying selected item from list box to another list box (Utilizing data source)I cant seem to be able to copy one item from a listbox to another, my current code I am attempting i❔ Im a begginerthe script just copies the text from running a command in cmd why does it work if i use systeminfo o❔ Widget for Windows using WFA c#Hello, how i can make a widget for Windows 10 using WFA c# it just a program without border? what is