Skip to main content

All Questions

Tagged with
0 votes
0 answers
181 views

Transfer from one User control to another using EnumVisibilityConverter - WPF

When the user presses on a button I want to display a new UserControl. I have created an EnumVisibilityConverter and want to set the enum to display a different user control called login when the ...
javacoder123's user avatar
0 votes
1 answer
959 views

WPF: Reference Visibility enum value in MultiBinding Binding Source

I've written a general purpose prefix operator based multibinding converter that takes a list of binding values that can be either operators or values, it then computes the value based on the pre-...
Mårten's user avatar
  • 231
0 votes
3 answers
797 views

C# Static Order, Member Variables, Member Enums

Four quick questions on static variables that the MSDN Faq and other basic guides seem to neglect. Is public static the same as static public?e.g. public static class Globals {...}vs.static public ...
Jason R. Mick's user avatar
5 votes
3 answers
282 views

Use TinyInt to hide/show controls?

I have 6 buttons on my GUI. The visibility of the buttons can be configured via checkboxes. Checking the checkbox and saving means the correpsonding button should be shown. I am wondering if it is ...
grady's user avatar
  • 12.6k