Browse Source

ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing.

pull/1645/head
brianlagunas_cp 15 years ago
parent
commit
d2fc320f65
  1. 2
      ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/ChildWindow/ChildWindow.cs

2
ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/ChildWindow/ChildWindow.cs

@ -582,6 +582,8 @@ namespace Microsoft.Windows.Controls
if (IsModal)
Canvas.SetZIndex(_modalLayerPanel, index - 2);
Focus();
}
private void CenterChildWindow()

Loading…
Cancel
Save