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 119
119
<CheckBox Grid.Column=" 1" Grid.Row=" 2" IsChecked =" True" VerticalAlignment =" Bottom" />
120
120
<CheckBox Grid.Column=" 1" Grid.Row=" 3" VerticalAlignment =" Bottom" />
121
121
<ComboBox Grid.Column=" 0" Grid.Row=" 4" materialDesign:HintAssist.Hint=" Setting 4" materialDesign:HintAssist.IsFloating=" True"
122
+ MaxDropDownHeight =" 200"
122
123
Margin =" 8 8 8 8" >
123
124
<ComboBoxItem >25%</ComboBoxItem >
124
125
<ComboBoxItem >50%</ComboBoxItem >
127
128
<ComboBoxItem >150%</ComboBoxItem >
128
129
<ComboBoxItem >200%</ComboBoxItem >
129
130
<ComboBoxItem >250%</ComboBoxItem >
130
- <ComboBoxItem >500 %</ComboBoxItem >
131
+ <ComboBoxItem >501 %</ComboBoxItem >
131
132
</ComboBox >
132
133
</Grid >
133
134
Original file line number Diff line number Diff line change @@ -659,9 +659,9 @@ private static void OnLostMouseCapture(object sender, MouseEventArgs e)
659
659
{
660
660
if ( popupBox . StaysOpen && popupBox . IsPopupOpen )
661
661
{
662
- // Fix for ComboBox scrolling
663
- if ( GetCapture ( ) != IntPtr . Zero ) return ;
664
-
662
+ // allow scrolling
663
+ if ( GetCapture ( ) != IntPtr . Zero ) return ;
664
+
665
665
// Take capture back because click happend outside of control
666
666
Mouse . Capture ( popupBox , CaptureMode . SubTree ) ;
667
667
e . Handled = true ;
You can’t perform that action at this time.
0 commit comments