# ohos-flowlayout **Repository Path**: HarmonyOS-tpc/ohos-flowlayout ## Basic Information - **Project Name**: ohos-flowlayout - **Description**: ohos-flowlayout, wrap its content to the next line if there is no space in the current line. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: harmonyos-layout **Tags**: None ## README # ohos-flowlayout ohos-flowlayout : ohos-flowlayout, wrap its content to the next line if there is no space in the current line. # Usage Instructions 1.Change flayout:debugDraw attribute to true/false for draw lines. 2.Change flayout:layoutDirection attribute to ltr/rtl for layoutDirection change with horizontal orientation. 3.Change flayout:orientation attribute to horizontal/vertical for orientation change. Add the `org.apmem.tools.layout.FlowLayout` to your layout XML file. ```