File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/Krypton Components/Krypton.Toolkit/Controls Toolkit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -407,14 +407,14 @@ public bool UseKryptonFileDialogs
407407 /// </summary>
408408 [ Category ( @"Visuals" ) ]
409409 [ Description ( @"Should scrollable controls use Krypton-themed scrollbars instead of native scrollbars." ) ]
410- [ DefaultValue ( true ) ]
410+ [ DefaultValue ( false ) ]
411411 public bool GlobalUseKryptonScrollbars
412412 {
413413 get => UseKryptonScrollbars ;
414414 set => UseKryptonScrollbars = value ;
415415 }
416416 private bool ShouldSerializeGlobalUseKryptonScrollbars ( ) => GlobalUseKryptonScrollbars ;
417- private void ResetGlobalUseKryptonScrollbars ( ) => GlobalUseKryptonScrollbars = true ;
417+ private void ResetGlobalUseKryptonScrollbars ( ) => GlobalUseKryptonScrollbars = false ;
418418
419419
420420 /// <summary>
You can’t perform that action at this time.
0 commit comments