diff --git a/Framework/TimerSettings.cs b/Framework/TimerSettings.cs
index 57034f4..af55554 100644
--- a/Framework/TimerSettings.cs
+++ b/Framework/TimerSettings.cs
@@ -14,6 +14,8 @@ public class TimerSettings
public bool DisplayTrending { get; set; } = true;
+ public bool UseScrollableSplitPanelGrid { get; set; } = false;
+
public Decimal TrendingSplitDistance { get; set; } = 400;
public Decimal TrendingTotalDistance { get; set; } = 1600;
diff --git a/Pages/Home.razor b/Pages/Home.razor
index b100a87..2715e8f 100644
--- a/Pages/Home.razor
+++ b/Pages/Home.razor
@@ -8,76 +8,71 @@
@inject TimerStateService timerState