Hi
I get the errorCode XDG0003. I can understand (while googeling" that is a name I don't make. And it is the name Path. I have several path. Some I can change to the right one. But some I have problems with. Let's take one of them:
<Label x:Name="LblComponentActiveId" Margin="0 0 8 0"...
I have an app with 6 user control panel. Can I put them in a list, idea is to put them in a List then when a menu item is selected the click passes that panel name in to a method and that method goes through the list and if the item equals the one passed show it and bring to front else hide.
I...
I'm currently trying to create a user control, where one of the properties is a list of an MenuItem class. Here's the code I have so far:
private List<MenuItem> menuItems = new List<MenuItem>();
[Browsable(true)]
public List<MenuItem> MenuItems
{
get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.