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.
WPF 4.0では、ScrollViewerのプロパティを使用して、次のように減速度を変更しました。
<ListBox ScrollViewer.PanningDeceleration="0.001" />
WPF 4.5では、ScrollViewerにアクセスできなくなったようです。WPF 4.5でパンの減速度を変更するにはどうすればよいですか?
.Net4.5を使用したWPFアプリケーションで試してみました。付属物件があります。入力した後でもIntellisenseを取得しましたScrollviewer. 。アクセスできないとはどういう意味ですか?
Scrollviewer.