![]() |
VOOZH | about |
dotnet add package SideScroll --version 0.9.5
NuGet\Install-Package SideScroll -Version 0.9.5
<PackageReference Include="SideScroll" Version="0.9.5" />
<PackageVersion Include="SideScroll" Version="0.9.5" />Directory.Packages.props
<PackageReference Include="SideScroll" />Project file
paket add SideScroll --version 0.9.5
#r "nuget: SideScroll, 0.9.5"
#:package SideScroll@0.9.5
#addin nuget:?package=SideScroll&version=0.9.5Install as a Cake Addin
#tool nuget:?package=SideScroll&version=0.9.5Install as a Cake Tool
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on SideScroll:
| Package | Downloads |
|---|---|
|
SideScroll.Resources
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.Serialize
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.Network
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.20.0 | 274 | 6/9/2026 |
| 0.19.0 | 291 | 5/21/2026 |
| 0.18.0 | 277 | 5/13/2026 |
| 0.17.0 | 293 | 4/19/2026 |
| 0.16.0 | 259 | 3/4/2026 |
| 0.15.0 | 263 | 1/26/2026 |
| 0.14.0 | 619 | 12/10/2025 |
| 0.13.0 | 468 | 11/11/2025 |
| 0.12.0 | 346 | 10/16/2025 |
| 0.11.0 | 367 | 9/23/2025 |
| 0.10.0 | 329 | 9/3/2025 |
| 0.9.10 | 311 | 8/11/2025 |
| 0.9.9 | 335 | 7/1/2025 |
| 0.9.8 | 333 | 6/4/2025 |
| 0.9.7 | 360 | 4/22/2025 |
| 0.9.6 | 366 | 4/8/2025 |
| 0.9.5 | 370 | 3/20/2025 |
| 0.9.4 | 315 | 2/10/2025 |
| 0.9.3 | 307 | 2/4/2025 |
| 0.9.2 | 300 | 1/23/2025 |
Switched Info, Bookmark, Search Right, and Clear Search icons from png to svg. Improved word spacing to handle random ids, dates, and mixed case better. Added more concurrency and rate limiting options for calls. Improved link handling for duplicate paths. Added CalendarView Foreground theming.