how to refresh UI after changing a control property in.net MAUI

Jerome Mx 21 Reputation points
2024-04-04T15:14:02.5366667+00:00

I'm migrating a xamarin project to .net MAUI and having trouble finding out how to get label to display thenew value when i set its text property!? in xamarin simply setting the property like so: selectedStaffMember.Text = staffName; would cause the label on screen to display the new value, but so far I've been unable to make this work in my .net maui project (despite losing a fair bit of time on it!)

how do I simply get the label display its text property!??

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,893 questions
{count} votes