teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

リンク切れ

2024/02/23 07:03

投稿

TN8001
TN8001

スコア10111

answer CHANGED
@@ -3,9 +3,8 @@
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)
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)
7
7
 
8
-
9
8
  `PlaybackSession.PositionChanged`はあんまりスムーズではなかったので、単純にタイマーにしました(が、処理が甘いかもw
10
9
  ```xml
11
10
  <windowex:WindowEx