File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 119119 <CheckBox Grid.Column=" 1" Grid.Row=" 2" IsChecked =" True" VerticalAlignment =" Bottom" />
120120 <CheckBox Grid.Column=" 1" Grid.Row=" 3" VerticalAlignment =" Bottom" />
121121 <ComboBox Grid.Column=" 0" Grid.Row=" 4" materialDesign:HintAssist.Hint=" Setting 4" materialDesign:HintAssist.IsFloating=" True"
122+ MaxDropDownHeight =" 200"
122123 Margin =" 8 8 8 8" >
123124 <ComboBoxItem >25%</ComboBoxItem >
124125 <ComboBoxItem >50%</ComboBoxItem >
127128 <ComboBoxItem >150%</ComboBoxItem >
128129 <ComboBoxItem >200%</ComboBoxItem >
129130 <ComboBoxItem >250%</ComboBoxItem >
130- <ComboBoxItem >500 %</ComboBoxItem >
131+ <ComboBoxItem >501 %</ComboBoxItem >
131132 </ComboBox >
132133 </Grid >
133134
Original file line number Diff line number Diff line change @@ -659,9 +659,9 @@ private static void OnLostMouseCapture(object sender, MouseEventArgs e)
659659 {
660660 if ( popupBox . StaysOpen && popupBox . IsPopupOpen )
661661 {
662- // Fix for ComboBox scrolling
663- if ( GetCapture ( ) != IntPtr . Zero ) return ;
664-
662+ // allow scrolling
663+ if ( GetCapture ( ) != IntPtr . Zero ) return ;
664+
665665 // Take capture back because click happend outside of control
666666 Mouse . Capture ( popupBox , CaptureMode . SubTree ) ;
667667 e . Handled = true ;
You can’t perform that action at this time.
0 commit comments