0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Bubbleでストライプ模様の一覧を作成する方法!

Posted at

備忘録として残します。
下記のような、一覧を作っていきましょう。超簡単です。
202309212.png

  1. Repeating Groupの中に背景となるShapeを配置する。
    名称未設定3.png

  2. ShapeのConditionalに"現在セルのindex数を2で割った時、余りがあるかないかの真偽チェック"を設定する。(セレクトボックスの中に<-modulo->という選択肢があります)
    20230921.png

  3. 続けて、偽だった場合の背景の色を設定する。

以上です!

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?