Skip to content

Commit 7aa8052

Browse files
committed
update documentation
1 parent 8882850 commit 7aa8052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/documentation/docs/controls/GridLayout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,10 @@ The grid layout control can be configured with the following properties:
147147
| items | any[] | yes | The array of items you wish to display. |
148148
| listProps | IListProps | no | Provides additional list properties to customize the underlying list. |
149149
| onRenderGridItem | function | yes | onRenderGridItem handler for the grid layout. Use this handler to specify how you wish to render each grid item |
150+
| itemPadding | number | no | Gap between items. |
151+
| itemMinWidth | number | no | Minimum width for each item. |
152+
| itemMaxWidth | number | no | Maximum width for each item. |
153+
| compactThreshold | number | no | Threshold width below which the compact layout is activated. |
154+
| rowsPerPage | number | no | Number of rows displayed per page. |
150155

151156
![](https://telemetry.sharepointpnp.com/sp-dev-fx-controls-react/wiki/controls/gridlayout)

0 commit comments

Comments
 (0)