Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-09 18:01:45 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-09 18:14:49 +0400
commit2c7768f0504fe3a0873dd317a7584e3caeac31ef (patch)
treea94bf393f995b0e478c137408ed4d281c29cc5cd /MyDocument.cs
parent685347141a7cf7e8187005b1429ce2eb035fc098 (diff)
[macdoc] We don't need an elastic outline
Diffstat (limited to 'MyDocument.cs')
-rw-r--r--MyDocument.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MyDocument.cs b/MyDocument.cs
index 9e183df..f125a23 100644
--- a/MyDocument.cs
+++ b/MyDocument.cs
@@ -111,6 +111,7 @@ namespace macdoc
{
outlineView.DataSource = new DocTreeDataSource (this);
outlineView.Delegate = new OutlineDelegate (this);
+ outlineView.EnclosingScrollView.HorizontalScrollElasticity = outlineView.EnclosingScrollView.VerticalScrollElasticity = NSScrollElasticity.None;
}
void SetupSearch ()