ArkUI_AccessibleGridInfo
typedef struct {...} ArkUI_AccessibleGridInfo
Overview
Configures the grid layout attributes of a specific component (such as List, Flex, Select, or Swiper).
Since: 13
Related module: ArkUI_Accessibility
Header file: native_interface_accessibility.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t rowCount | Number of rows of the component. The value is an integer greater than 0. |
| int32_t columnCount | Number of columns of the component. The value is an integer greater than 0. |
| int32_t selectionMode | Selection mode. If the value is 0, only a single row in the grid can be selected. If the value is not 0, multiple rows can be selected. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 arkts-apis-uicontext-contextmenucontroller
openharmony 鸿蒙 errorcode-canvas
openharmony 鸿蒙 capi-oh-nativexcomponent-native-xcomponent-oh-nativexcomponent
openharmony 鸿蒙 errorcode-bindSheet
openharmony 鸿蒙 js-apis-arkui-uiExtension-sys
openharmony 鸿蒙 capi-arkui-accessibility-arkui-accessibilityeventinfo
openharmony 鸿蒙 capi-arkui-rendernodeutils
openharmony 鸿蒙 js-apis-arkui-node
openharmony 鸿蒙 capi-native-node-h
openharmony 鸿蒙 capi-arkui-nativemodule-arkui-listitemswipeactionitem