+
Section @i
+
Scrollable content demonstrating ContentInsets — the content scrolls behind the titlebar while the initial position is inset from the top.
+
+}
+
+@code {
+ private int currentCount = 0;
+
+ private void IncrementCount()
+ {
+ currentCount++;
+ }
+}
diff --git a/platforms/MacOS/samples/MacOS.Sample/MacOS.Sample.csproj b/platforms/MacOS/samples/MacOS.Sample/MacOS.Sample.csproj
new file mode 100644
index 000000000..e2a95e1aa
--- /dev/null
+++ b/platforms/MacOS/samples/MacOS.Sample/MacOS.Sample.csproj
@@ -0,0 +1,56 @@
+