wpftoolkit
wpftoolkit copied to clipboard
Move / Reposition already opened floated LayoutAnchorable using key event (keyboard ) (WPF)
Hi All ,
I am trying to move or repositioning the already floated LayoutAnchorable in wpf . Like we can move the floated LayoutAnchorable using mouse left button . I want to do with key board key event .
Can anyone please suggest how to do it ?
Hi,
We will analyse this new feature and see how we can activate it for floatingWindows. Thank you for your idea.
Hi
In v4.5, a new property AllowMovingFloatingWindowWithKeyboard will be available in DockingManager. It represents a boolean value, which, when set to true, a floating window control can be moved with arrow keys, false, otherwise.