-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
object reference not set to an instance of an object #69
Comments
Try this : xmlns:win="clr-namespace:System.Windows;assembly=PresentationCore"
Visibility="{c:Binding '(JobParamsOtt.MULTIPLY_RIP_TYPE == 1)'}"> If the condition is met, it wil be visible by default |
I've tried the suggested approach, if condition is met the field is visible, otherwise it is collapsed. |
I've edited my answer. I meant visible by default |
Ah ok. Thanks for the explanation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I keep getting "object reference not set to an instance of an object" worning in xaml designer even if the application works fine.
If I replace win:Visibility.Visible and win:Visibility.Collapsed with numeric values the error goes away so I thing the error is related to the name space. Any solution ?
The text was updated successfully, but these errors were encountered: