9
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

縦横スクロール可能なギャラリー

Last updated at Posted at 2024-12-22

はじめに

こんな感じで縦横スクロール可能なギャラリーの作成方法についてです。

image.png

テーブルコントロールは既定で縦横スクロール可能なため、出来ればこちらを使うのがいいと思いますが、プレビュー機能ですし、なんらかの理由で採用できない場合もあると思います。
この場合、ギャラリーを使うことになると思いますが、縦横スクロール可能にするためには工夫が必要になります。

image.png

作成方法

まず、部品構造はこのような感じです。

image.png

水平コンテナーのプロパティは以下のような感じです。折り返すをオンにしているのがポイントです。

image.png

ヘッダー用のコンテナーのプロパティは以下のような感じです。

image.png

また、コンテナーの[Width]プロパティは以下のような感じで、各ヘッダー用のラベルの[Width]の合計と同じにしています。

image.png

ギャラリーのプロパティは以下のような感じです。

image.png

ギャラリー内のラベルの位置や幅は、ヘッダー用のラベルと同じにしています。

image.png

9
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?