Skip to content

Commit

Permalink
Merge pull request #81 from leewyatt/master
Browse files Browse the repository at this point in the history
Add the Spacer description to the readme.md
  • Loading branch information
dlemmermann authored Aug 22, 2023
2 parents a324bf4 + a448295 commit b230318
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ and actually inherits a lot of styling attributes from it.

![YearMonthPicker](gemsfx/docs/year-month-picker.png)

## Spacer

Spacer extends Region and is designed to create flexible spaces in container layouts, especially in HBox and VBox. Within an HBox, the Spacer grows horizontally. Within a VBox, it grows vertically. When the activeProperty is set to false, the Spacer will not grow.

![Spacer](gemsfx/docs/spacer.png)

## StripView

A view for horizontally positioning a number of nodes, one for each item added to the view's model. Scroll buttons will
Expand Down
Binary file added gemsfx/docs/spacer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b230318

Please sign in to comment.