We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65ad907 + 4d0c038 commit 255c6bfCopy full SHA for 255c6bf
Rubberduck.Core/UI/Refactorings/EncapsulateField/EncapsulateFieldView.xaml
@@ -118,7 +118,8 @@
118
FontFamily="Courier New "
119
ShowLineNumbers="False"
120
HorizontalScrollBarVisibility="Auto"
121
- VerticalScrollBarVisibility="Disabled"
+ VerticalScrollBarVisibility="Auto"
122
+ MinHeight="200"
123
IsReadOnly="True"
124
Text="{Binding PropertyPreview,Mode=OneWay}"/>
125
</Expander>
0 commit comments