SideScroll.Tabs.Samples 0.9.9

dotnet add package SideScroll.Tabs.Samples --version 0.9.9
                    
NuGet\Install-Package SideScroll.Tabs.Samples -Version 0.9.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SideScroll.Tabs.Samples" Version="0.9.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SideScroll.Tabs.Samples" Version="0.9.9" />
                    
Directory.Packages.props
<PackageReference Include="SideScroll.Tabs.Samples" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SideScroll.Tabs.Samples --version 0.9.9
                    
#r "nuget: SideScroll.Tabs.Samples, 0.9.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SideScroll.Tabs.Samples&version=0.9.9
                    
Install as a Cake Addin
#tool nuget:?package=SideScroll.Tabs.Samples&version=0.9.9
                    
Install as a Cake Tool

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 Param Control 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

VideoGamesDB

Screenshots

Light Theme

Light Theme

Dark Theme

Dark Theme

Custom Theming - Light Blue Theme

Light Blue Theme

Rich Text Editing with AvaloniaEdit

Rich Text Editing

Links

Logo

Documentation

Samples

License

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SideScroll.Tabs.Samples:

Package Downloads
SideScroll.Avalonia

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.UI.Avalonia

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.9.9 151 7/1/2025
0.9.8 155 6/4/2025
0.9.7 196 4/22/2025
0.9.6 188 4/8/2025
0.9.5 179 3/20/2025
0.9.4 136 2/10/2025
0.9.3 128 2/4/2025
0.9.2 127 1/23/2025
0.9.1 131 1/12/2025
0.9.0 89 1/9/2025
0.8.0 136 12/8/2024
0.7.0 141 11/19/2024
0.6.0 186 9/23/2024
0.5.0 131 7/28/2024
0.4.0 164 7/21/2024
0.3.0 145 7/15/2024
0.2.0 151 7/12/2024
0.1.0 167 7/5/2024

- Added DataViewCollection for displaying items without a view
   - Improved WordSpacing for lowercase hex strings so it doesn't split them
   - Added Chart DateTimeFormat for showing only years
   - Split ProjectPath into an AppDataPath and LocalDataPath, using the DotNet SpecialFolder values
   - Tab View Buttons can now specify a Flyout to show when clicking a button
   - Added Data Tab to Settings to show data and allow deleting local data
   - Enabled File Viewer to delete directories with a confirmation
   - Updated serializer sharing permissions to block simultaneous writes
   - Added more serializer size validation checks for type repo object counts and the lists within
   - Added serializer support for ulong, sbyte, short, ushort, and decimal
   - Switched Project Temp DataRepo to a Cache DataRepo to better align with it's usage
   - Changed Data Repo hash paths to use Base32 encoding to shorten paths
   - Added an extra link hash layer directory to even better isolate links (was previously removed due to legacy Windows path limits)
   - Added Cache cleanup background thread and user setting for cache duration (defaults to 30 days)
   - Added viewing and deleting of all data repo versions in the settings
   - Refactored a DataSettings class out of the UserSettings class for data storage settings
   - Updated serializer format to version 2, switching the version to a ushort and moving the file size to before the name