Search found 4 matches

by clysmic
18 Jan 2022, 16:20
Forum: General Discussion
Replies: 10
Views: 5274

Re: Removing and detecting keyboard focus in NoesisView

Yep that's exactly what I'm looking for. It's unexpected to me that the keyboard state is accessed through a UIElement, but at least I know where to look now. Thanks.
by clysmic
14 Jan 2022, 20:23
Forum: General Discussion
Replies: 10
Views: 5274

Re: Removing and detecting keyboard focus in NoesisView

Sorry to bump this, but how can I access Keyboard.FocusedElement in Noesis? KeldorKatarn's last comment suggests to me that maybe you can't, and I can't find it anywhere in the Noesis docs. Knowing the WPF name doesn't really help when things are often named subtly differently (or are missing entire...
by clysmic
14 Jan 2022, 18:11
Forum: General Discussion
Replies: 3
Views: 598

KeyboardNavigation failing to focus "off-screen" controls inside a ScrollViewer

<Grid x:Name="MainGrid" KeyboardNavigation.DirectionalNavigation="Cycle"> <ScrollViewer CanContentScroll="True" Focusable="False"> <StackPanel> <!-- 10 focusable controls defined here. (Sliders, toggles, etc.). Lets call them C0, C1, C2,... through C9 --> </S...