diff --git a/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets b/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets index 9a9500e0dd8ae4ada82506dbb516b3ac58dd929d..13cf02b31208c9a6e007ecbde7364f721385abf8 100644 --- a/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets +++ b/examples/ScrollableComponentTest/entry/src/main/ets/pages/grid/GridMainPage.ets @@ -38,7 +38,11 @@ struct WaterFlowMainPage { new TextList(4, 'ItemDragWithVibrator', 'pages/grid/ItemDragWithVibrator'), new TextList(5, 'GridScrollWithSelect','pages/grid/GridScrollWithSelect'), new TextList(6, 'GridDragAndPan','pages/grid/GridDragAndPan'), - new TextList(7, 'GridCalculator','pages/grid/GridCalculator') + new TextList(7, 'GridCalculator','pages/grid/GridCalculator'), + new TextList(8, 'friction','pages/grid/friction/friction'), + new TextList(9, 'friction','pages/grid/GridModifier/friction'), + new TextList(10, 'GridIndex','pages/grid/index/GridIndex'), + new TextList(11, 'GridModifierIndex','pages/grid/index/GridModifierIndex') ] @State fontSize: Resource | undefined = undefined build() {