Skip to content

Commit

Permalink
Link rect on scroll view doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
gitoby committed Sep 17, 2019
1 parent 280b73e commit cc29342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/ui/scroll_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ scrollView->contentView = image;

Whether horizontal scrolling is enabled.

* **[Property](../foundation/property.md)<Rect\> visibleClientRect**
* **[Property](../foundation/property.md)<[Rect](../foundation/rect.md)\> visibleClientRect**

The currently visible part of the content view.


## Actions

* **void scrollClientRectToVisible(const Rect &area)**
* **void scrollClientRectToVisible(const [Rect](../foundation/rect.md) &area)**

Scrolls the view so that the area of the content view is visible.

Expand Down

0 comments on commit cc29342

Please sign in to comment.