Lines Matching refs:flow
4 The **WaterFlow** component is a water flow container that consists of cells formed by rows and col…
44 | sections<sup>12+</sup> | [WaterFlowSections](#waterflowsections12) | No | Water flow item secti…
50 Describes the water flow item sections.
117 Updates the configuration of a specified water flow item section.
127 | sectionIndex | number | Yes | Zero-based index of the water flow item section to update. The va…
170 Describes the configuration of the water flow item section.
178 | itemsCount | number | Yes| Number of water flow items in the section. The value must be a positiv…
180 …. If this parameter is not set, the value of **columnsGap** for the water flow is used. If this pa…
181 …ows. If this parameter is not set, the value of **rowsGap** for the water flow is used. If this pa…
183 …flow item at a specified index during the layout process of the **WaterFlow** component. For a ver…
190 Obtains the main axis size of a specified water flow item based on its index.
200 | index | number | Yes | Index of the target water flow item.|
206 | number | Main axis size, in vp, of the water flow item at the specified index, which is the heigh…
216 | ALWAYS_TOP_DOWN | 0 | Default layout mode where water flow items are arranged from top to bottom.…
217 …flow items above the viewport. As such, in cases of redirection backward or switching the number o…
404 | value | number | Yes | Number of water flow items to be preloaded (cached).<br> Default value: …
410 Sets the number of water flow items to be cached (preloaded) and specifies whether to display the c…
414 …ering-control-repeat.md) with the **virtualScroll** option enabled, water flow items that are outs…
424 | value | number | Yes | Number of water flow items to be preloaded (cached).<br> Default value: …
425 | show | boolean | Yes | Whether to display the cached water flow items.<br> Default value: **fal…
647 // Calculate the width and height of a water flow item.
653 // Set the width and height array of the water flow item.
747 // Calculate the width and height of a water flow item.
753 // Set the width and height array of the water flow item.
879 // Initialize the water flow section information.
1055 // Calculate the width and height of a water flow item.
1061 // Set the width and height array of the water flow item.
1146 // Calculate the width and height of a water flow item.
1152 // Set the width and height array of the water flow item.