Skip to content

Commit

Permalink
chore: update scroll.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeandrewong authored and andydotxyz committed Sep 4, 2024
1 parent 806d5f8 commit 12bb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api/v1.4/container/scroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Scroll defines a container that is smaller than the Content. The Offset is used
```go
func NewHScroll(content fyne.CanvasObject) *Scroll
```
NewHScroll create a scrollable parent wrapping the specified content. Note that this may cause the MinSize.Width to be smaller than that of the passed object.
NewHScroll creates a scrollable parent wrapping the specified content. Note that this may cause the MinSize.Width to be smaller than that of the passed object.


<div class="since">Since: <code>
Expand Down

0 comments on commit 12bb8de

Please sign in to comment.