diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-24 22:43:23 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-24 22:43:23 -0700 |
commit | e5b4db55199ab894d24478d90da5541358f73b66 (patch) | |
tree | 8860f37da7d426782f17b1a23a59945a4183cc34 | |
parent | aedb9c9de7ce9db3cc695771538ce6ced0384d23 (diff) | |
download | DotNetOpenAuth-e5b4db55199ab894d24478d90da5541358f73b66.zip DotNetOpenAuth-e5b4db55199ab894d24478d90da5541358f73b66.tar.gz DotNetOpenAuth-e5b4db55199ab894d24478d90da5541358f73b66.tar.bz2 |
Added scrollbars to fetch resource in sample.
-rw-r--r-- | samples/OAuthConsumerWpf/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthConsumerWpf/MainWindow.xaml b/samples/OAuthConsumerWpf/MainWindow.xaml index 6ba0c69..40ee1af 100644 --- a/samples/OAuthConsumerWpf/MainWindow.xaml +++ b/samples/OAuthConsumerWpf/MainWindow.xaml @@ -188,7 +188,7 @@ </ComboBox.Items> </ComboBox> <Button Grid.Row="8" Grid.Column="1" x:Name="oauth2BeginButton" Click="oauth2BeginButton_Click" TabIndex="218">Begin</Button> - <TextBox Grid.Column="0" Grid.Row="9" Grid.ColumnSpan="3" Name="oauth2ResultsBox" IsReadOnly="True" TabIndex="219"/> + <TextBox Grid.Column="0" Grid.Row="9" Grid.ColumnSpan="3" Name="oauth2ResultsBox" IsReadOnly="True" TabIndex="219" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"/> </Grid> </TabItem> </TabControl> |