Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルにあるように、特定の状況でFlipViewがスクロールしないようにしたい。これを行う方法はありますか?(C#でお願いします!)
簡単だ。設定
FlipView.IsEnabled = false;
上記が何らかの形でコントロールの望ましくない視覚的状態を引き起こす場合-設定することもできます
ManipulationMode="All"
FlipView 内の任意のアイテムで、基になるスクロール ビューから操作を制御できます。これは、ListView、GridView、ListBox など、スクロール ビューを持つ他のコントロールでも機能します。