File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ public MainPageViewModel()
6666 } ;
6767
6868#if DEBUG
69- AddCourseToCourseSetAndCache ( "cmsc216" ) ;
70- AddCourseToCourseSetAndCache ( "cmsc430" ) ;
69+ // AddCourseToCourseSetAndCache("cmsc216");
70+ // AddCourseToCourseSetAndCache("cmsc430");
7171#endif
7272 }
7373
Original file line number Diff line number Diff line change 55 mc : Ignorable =" d" d : DesignWidth =" 800" d : DesignHeight =" 450"
66 xmlns : box =" clr-namespace:UIEngine.Avalonia.Views;assembly=UIEngine.Avalonia"
77 x : Class =" CourseScheduler.Avalonia.Views.AdvancedView" >
8- <ScrollViewer VerticalAlignment =" Top" HorizontalAlignment =" Left" HorizontalScrollBarVisibility =" Visible" >
9- <box : CollectionBox Items =" {Binding CourseSetNode}" />
10- </ScrollViewer >
8+
9+ <StackPanel >
10+ <ToggleButton
11+ Name =" VisibilityButton"
12+ Margin =" 10"
13+ Content =" Show developing features"
14+ HorizontalAlignment =" Left" />
15+ <ScrollViewer
16+ IsVisible =" {Binding ElementName=VisibilityButton, Path=IsChecked}"
17+ VerticalAlignment =" Top"
18+ HorizontalAlignment =" Left"
19+ HorizontalScrollBarVisibility =" Visible" >
20+ <box : CollectionBox Items =" {Binding CourseSetNode}" />
21+ </ScrollViewer >
22+ </StackPanel >
1123</UserControl >
Original file line number Diff line number Diff line change 22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5- xmlns : local =" clr-namespace:Avalonia. UIEngine.Views;assembly=Avalonia. UIEngine"
5+ xmlns : local =" clr-namespace:UIEngine.Avalonia. Views;assembly=UIEngine.Avalonia "
66 xmlns : node =" clr-namespace:UIEngine.Nodes;assembly=UIEngine"
77 mc : Ignorable =" d" d : DesignWidth =" 800" d : DesignHeight =" 450"
88 x : Class =" Avalonia.UIEngine.Views.UIPanel" Name =" Me" >
You can’t perform that action at this time.
0 commit comments