X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=docs%2Fcontent%2Fprogramming-guide%2Fscroll-view.h;h=5fa445f0e93c34a1132c7f5349dd0bebc3525887;hp=f23644053d33d8b06c76a642c8aa80f96ebdeb46;hb=ad110f27c01af7e617df158891eef5cf60bf22e6;hpb=54bdcbd00f206dba5af21fd603bed6469caede43 diff --git a/docs/content/programming-guide/scroll-view.h b/docs/content/programming-guide/scroll-view.h index f236440..5fa445f 100644 --- a/docs/content/programming-guide/scroll-view.h +++ b/docs/content/programming-guide/scroll-view.h @@ -26,7 +26,7 @@ @code Stage stage = Dali::Stage::GetCurrent(); Size size = stage.GetSize(); - myScrollView.SetSize( size ); + myScrollView.SetProperty( Actor::Property::SIZE, size ); @endcode Add Actors to this ScrollView