ScrollView

This commit is contained in:
Miguel de Icaza
2018-01-26 23:01:53 -05:00
parent 29d355660e
commit 3f2c6b6f97
2 changed files with 195 additions and 65 deletions

View File

@@ -67,7 +67,9 @@ class Demo {
{
var scrollView = new ScrollView (new Rect (50, 10, 20, 8)) {
ContentSize = new Size (100, 100),
ContentOffset = new Point (5, -2)
ContentOffset = new Point (5, -2),
ShowVerticalScrollIndicator = true,
ShowHorizontalScrollIndicator = true
};
//scrollView.Add (new Box10x (0, 0));