Vcl.ActnMan.TGalleryProperties.ItemsPerRow

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ItemsPerRow: Integer read GetItemsPerRow write SetItemsPerRow default 4;

C++

__property int ItemsPerRow = {read=GetItemsPerRow, write=SetItemsPerRow, default=4};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

説明

ItemsPerRow は、ギャラリー グリッドを何行に分割するかを指定します。

ItemsPerRow プロパティを使用すると、ギャラリー グリッドを何行に分割するかを設定または確認できます。ItemsPerRow は、GalleryType の値が gtGrid に設定されているときにのみ、意味を持ちます。

関連項目