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.

アコーディオンつきのリストをFancyScrollViewで実装しようとしたらできなかった話

Posted at

そもそも

FancyScrollViewは汎用スクロールのコンポーネントのこと。
詳細はこちら。
https://setchi.hatenablog.com/entry/2017/02/26/150316

経緯

比較的コンテンツ量が多いリストのため、動作軽減のために無限スクロールを利用したかった。
色々と手を尽くしてみたが、アコーディオンを開くと他の要素に重なってしまったりと、どうにも上手くいかなかった。

原因

FancyScrollViewではリストで表示する要素をCellSizeで指定しているため、アコーディオンのようなサイズが変わるものには向かない様子だった。
あくまで初期値のみの設定で後から変えても問題ないかと思ってたが、そうでもなかったらしい。

結果

FancyScrollViewでの実装を諦め、Unity標準のScollViewを使用した。
スクロールに対してアニメーションを設定する必要がなかったため助かった。

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?