LicenceManager 2.1e4 :
- TextBox Note si estende/restringe automaticamente in base al numero di righe scritte al suo interno. Valido per New e Update di Licence e Key.
This commit is contained in:
@@ -72,10 +72,11 @@
|
||||
Grid.Row="3"
|
||||
Style="{StaticResource ParametersTextBlock}"/>
|
||||
|
||||
<EgtWPFLib5:EgtTextBox Text="{Binding Note, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"
|
||||
<EgtWPFLib5:EgtTextBox Name="textBoxNote"
|
||||
Text="{Binding Note, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"
|
||||
Grid.Column="1"
|
||||
Grid.Row="3"
|
||||
Style="{StaticResource ParameterTextBox}"/>
|
||||
Style="{StaticResource ParameterTextBox}" TextWrapping="Wrap" AcceptsReturn="True" HorizontalContentAlignment="Left"/>
|
||||
|
||||
<TextBlock Text="{Binding SerialeMsg}"
|
||||
Grid.Column="0"
|
||||
|
||||
Reference in New Issue
Block a user