|
16 | 16 | ColumnSpacing="0" |
17 | 17 | RowSpacing="0"> |
18 | 18 |
|
19 | | - <!-- Vertical scroll (left column - like Antibiotics) --> |
20 | | - <dui:ScrollView x:Name="VerticalScroll" |
21 | | - Orientation="Vertical" |
22 | | - VerticalScrollBarVisibility="Never" |
23 | | - ShouldBounce="True" |
24 | | - Grid.Row="1"> |
25 | | - <dui:VerticalStackLayout Spacing="0"> |
26 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
27 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
28 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
29 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
30 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
31 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
32 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
33 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
34 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
35 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
36 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
37 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
38 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
39 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
40 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightBlue" /> |
41 | | - <BoxView HeightRequest="60" WidthRequest="120" Color="LightGreen" /> |
42 | | - </dui:VerticalStackLayout> |
43 | | - </dui:ScrollView> |
44 | | - |
45 | | - <!-- Horizontal scroll (top row - like Findings header) --> |
46 | | - <dui:ScrollView x:Name="HorizontalScroll" |
47 | | - Orientation="Horizontal" |
48 | | - HorizontalScrollBarVisibility="Never" |
49 | | - ShouldBounce="False" |
50 | | - Grid.Column="1"> |
51 | | - <dui:HorizontalStackLayout Spacing="0"> |
52 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightCoral" /> |
53 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightSalmon" /> |
54 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightCoral" /> |
55 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightSalmon" /> |
56 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightCoral" /> |
57 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightSalmon" /> |
58 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightCoral" /> |
59 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightSalmon" /> |
60 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightCoral" /> |
61 | | - <BoxView HeightRequest="40" WidthRequest="80" Color="LightSalmon" /> |
62 | | - </dui:HorizontalStackLayout> |
63 | | - </dui:ScrollView> |
64 | | - |
65 | | - <!-- Bidirectional scroll (main matrix area) - this is where ShouldBounce breaks --> |
66 | | - <dui:ScrollView x:Name="BidirectionalScrollView" |
67 | | - Orientation="Both" |
68 | | - ShouldBounce="False" |
69 | | - Grid.Row="1" |
70 | | - Grid.Column="1"> |
71 | | - <dui:HorizontalStackLayout Spacing="0"> |
72 | | - <dui:VerticalStackLayout Spacing="0"> |
73 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
74 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
75 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
76 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
77 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
78 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
79 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
80 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
81 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
82 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
83 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
84 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
85 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
86 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
87 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
88 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
89 | | - </dui:VerticalStackLayout> |
90 | | - <dui:VerticalStackLayout Spacing="0"> |
91 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
92 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
93 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
94 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
95 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
96 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
97 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
98 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
99 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
100 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
101 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
102 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
103 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
104 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
105 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
106 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
107 | | - </dui:VerticalStackLayout> |
108 | | - <dui:VerticalStackLayout Spacing="0"> |
109 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
110 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
111 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
112 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
113 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
114 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
115 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
116 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
117 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
118 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
119 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
120 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
121 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
122 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
123 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
124 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
125 | | - </dui:VerticalStackLayout> |
126 | | - <dui:VerticalStackLayout Spacing="0"> |
127 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
128 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
129 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
130 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
131 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
132 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
133 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
134 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
135 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
136 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
137 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
138 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
139 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
140 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
141 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
142 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
143 | | - </dui:VerticalStackLayout> |
144 | | - <dui:VerticalStackLayout Spacing="0"> |
145 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
146 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
147 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
148 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
149 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
150 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
151 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
152 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
153 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
154 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
155 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
156 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
157 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
158 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
159 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightGoldenrodYellow" /> |
160 | | - <BoxView HeightRequest="60" WidthRequest="80" Color="LightYellow" /> |
161 | | - </dui:VerticalStackLayout> |
162 | | - </dui:HorizontalStackLayout> |
163 | | - </dui:ScrollView> |
| 19 | + <dui:Button Clicked="Button_OnClicked" /> |
164 | 20 |
|
165 | 21 | </Grid> |
166 | 22 |
|
|
0 commit comments