Skip to content

Commit

Permalink
[TextEditor]
Browse files Browse the repository at this point in the history
Enabled Vertical scrollbar to auto.
Added Min height/
  • Loading branch information
Saurabh Rajguru committed Oct 16, 2019
1 parent 175de28 commit 4d0c038
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -118,7 +118,8 @@
FontFamily="Courier New "
ShowLineNumbers="False"
HorizontalScrollBarVisibility="Auto"
VerticalScrollBarVisibility="Disabled"
VerticalScrollBarVisibility="Auto"
MinHeight="200"
IsReadOnly="True"
Text="{Binding PropertyPreview,Mode=OneWay}"/>
</Expander>
Expand Down

0 comments on commit 4d0c038

Please sign in to comment.