回答編集履歴

1

リンク切れ

2024/02/23 07:03

投稿

TN8001
TN8001

スコア9357

test CHANGED
@@ -3,8 +3,7 @@
3
3
  > SliderのValueがつまみを動かすことによって変更されたということを検知する方法がわかりませんでした。
4
4
 
5
5
  `Slider`のテンプレートを見ると、`CommonStates.Pressed`で検知できそうです。
6
- [microsoft-ui-xaml/Slider_themeresources.xaml at main · microsoft/microsoft-ui-xaml](https://github.com/microsoft/microsoft-ui-xaml/blob/main/dev/CommonStyles/Slider_themeresources.xaml)
7
-
6
+ [microsoft-ui-xaml/controls/dev/CommonStyles/Slider_themeresources.xaml at winui3/release/1.4-stable · microsoft/microsoft-ui-xaml](https://github.com/microsoft/microsoft-ui-xaml/blob/winui3/release/1.4-stable/controls/dev/CommonStyles/Slider_themeresources.xaml)
8
7
 
9
8
  `PlaybackSession.PositionChanged`はあんまりスムーズではなかったので、単純にタイマーにしました(が、処理が甘いかもw
10
9
  ```xml