SideScroll.Serialize
0.13.0
dotnet add package SideScroll.Serialize --version 0.13.0
NuGet\Install-Package SideScroll.Serialize -Version 0.13.0
<PackageReference Include="SideScroll.Serialize" Version="0.13.0" />
<PackageVersion Include="SideScroll.Serialize" Version="0.13.0" />
<PackageReference Include="SideScroll.Serialize" />
paket add SideScroll.Serialize --version 0.13.0
#r "nuget: SideScroll.Serialize, 0.13.0"
#:package SideScroll.Serialize@0.13.0
#addin nuget:?package=SideScroll.Serialize&version=0.13.0
#tool nuget:?package=SideScroll.Serialize&version=0.13.0
SideScroll
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.
SideScroll is designed with speed in mind, for both development and usage. Most tabs are created in code which makes them easier to link together and refactor later. Any object can be viewed or edited by adding it to a tab, with all the controls being automatically created for you, and customized via attributes. DataRepos can be used to save and load these objects, and the selected items can be passed in links automatically.
Features
- Cross-Platform .NET Avalonia UI Framework — Supports Windows, macOS, and Linux
- Smart Tab Navigation — Automatically selects the next most likely items based on past usage.
- Multiple Path Support — Open and compare multiple paths simultaneously.
- Shareable Links — Create links to share views with others.
- DataRepos — Manage local data storage and display data bound views
- Dynamic Form Generation — Load any object into a TabForm for auto-generated Avalonia controls.
- Rich Text Support — Integrated AvaloniaEdit support for rich text viewing and editing
- Interactive Charting — Integrated LiveCharts 2 support for smooth, animated charts. Use the mouse to zoom in or select a series to show additional tabs.
Examples
VideoGamesDB

Screenshots
Light Theme

Dark Theme

Custom Theming - Hybrid Theme

Rich Text Editing with AvaloniaEdit

Share Links


Documentation
Samples
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- SideScroll (>= 0.13.0)
- System.Reflection.Emit (>= 4.7.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SideScroll.Serialize:
| Package | Downloads |
|---|---|
|
SideScroll.Tabs
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.13.0 | 149 | 11/11/2025 |
| 0.12.0 | 253 | 10/16/2025 |
| 0.11.0 | 268 | 9/23/2025 |
| 0.10.0 | 253 | 9/3/2025 |
| 0.9.10 | 230 | 8/11/2025 |
| 0.9.9 | 243 | 7/1/2025 |
| 0.9.8 | 252 | 6/4/2025 |
| 0.9.7 | 279 | 4/22/2025 |
| 0.9.6 | 279 | 4/8/2025 |
| 0.9.5 | 274 | 3/20/2025 |
| 0.9.4 | 214 | 2/10/2025 |
| 0.9.3 | 241 | 2/4/2025 |
| 0.9.2 | 211 | 1/23/2025 |
| 0.9.1 | 203 | 1/12/2025 |
| 0.9.0 | 163 | 1/9/2025 |
| 0.8.0 | 229 | 12/8/2024 |
| 0.7.0 | 240 | 11/19/2024 |
| 0.6.0 | 260 | 9/23/2024 |
| 0.5.0 | 224 | 7/28/2024 |
| 0.4.0 | 247 | 7/21/2024 |
| 0.3.0 | 239 | 7/15/2024 |
| 0.2.0 | 251 | 7/12/2024 |
| 0.1.0 | 283 | 7/5/2024 |
- Updated Light Theme colors
- Added more theming colors for ComboBox and ScrollBar
- Split TabTitleButton out of TabButton and added a new Theming tab for Title
- Added AcceptsReturnAttribute.AcceptsPlainEnter to support the Enter key only
- Added TimeRangePeriod support for milliseconds and below
- Added charting support for milliseconds
- Changed DataRepoIndex to retain existing order when updating items instead of moving items to the end
- Switched async UI Tasks to run in the UI thread by default, and added a background thread param to TaskDelegateAsync
- Added TaskCreator.StartTask() to Simplify Async Task Creation and fix an async ClipBoard copying threading issue
- Updated DataGrid so it no longer moves focus when right clicking
- Fixed DataGrid Clipboard export for string values that contain null characters
- Added OpenFolder Button to ScreenCapture
- Added Summary documentation for Utilities and Time classes