Curl Global Community
ListViewerをスクロールして指を離すとリストが動きます。 - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Caede questions (https://communities.curl.com/forumdisplay.php?fid=23)
+--- Thread: ListViewerをスクロールして指を離すとリストが動きます。 (/showthread.php?tid=1036)



ListViewerをスクロールして指を離すとリストが動きます。 - freed - 02-05-2014

Caedeの最新版にて、ListViewerを使っています。
以下のページ
http://developers.curlap.com/re-reference/57-caede/833-listviewerandchartandshape.html
を参考に、動かしているのですが、ListViewerをスクロールして指を離すとリストが動きます。
スクリーンクラスには以下のコードを書いています。
Code:
|| Body
            {ScrollBox
                halign = "center",
                name = "scrollbox",
                hscroll? = false,
                {ListViewer
                    name = "result-list"
                }
            }




RE: ListViewerをスクロールして指を離すとリストが動きます。 - kino - 02-05-2014

ListViewer自身にて、スクロールするような機能性も加味しているため、ListViewerをScrollBoxで囲む必要はありません。
よって、ListViewerのScrollBoxは外しても機能します。
今回の問題は、これが影響しているかもしれないので試す価値があると思います。




RE: ListViewerをスクロールして指を離すとリストが動きます。 - freed - 02-05-2014

kinoさん、ありがとうございました。

ご指摘の通り対応することで問題を解決できました。