- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a configuration, where a Property is required for one Category, but not for the other one.
Here is a ScreenShot from the Configuration of the Property.
the default Configuration from DataStandard Inventor.xaml wos adopted with WPF:ValidateBinding:
<TextBox x:Name="txtComments" Grid.Column="1" Grid.Row="4" TextWrapping="Wrap" Text="{WPF:ValidatedBinding Prop[Comments].Value}" BorderThickness="0,1,1,1"
VerticalContentAlignment="Top" AcceptsReturn="True" VerticalScrollBarVisibility="Auto" Height="50" />
The RedFrame always appears around the TextBox, but the DynamicGrid RedFrame for the property appears only for one of the selected category.
How can this be achived for the TextBox?
Many Thanks
BestRegards
Daniel
Solved! Go to Solution.