SideScroll.Network 0.9.6

dotnet add package SideScroll.Network --version 0.9.6
                    
NuGet\Install-Package SideScroll.Network -Version 0.9.6
                    
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.Network" Version="0.9.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SideScroll.Network" Version="0.9.6" />
                    
Directory.Packages.props
<PackageReference Include="SideScroll.Network" />
                    
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.Network --version 0.9.6
                    
#r "nuget: SideScroll.Network, 0.9.6"
                    
#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.Network&version=0.9.6
                    
Install SideScroll.Network as a Cake Addin
#tool nuget:?package=SideScroll.Network&version=0.9.6
                    
Install SideScroll.Network 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

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SideScroll.Network:

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.9.6 75 3 days ago
0.9.5 181 22 days ago
0.9.4 140 2 months ago
0.9.3 147 2 months ago
0.9.2 135 3 months ago
0.9.1 125 3 months ago
0.9.0 102 3 months ago
0.8.0 150 4 months ago
0.7.0 163 5 months ago
0.6.0 168 7 months ago
0.5.0 135 8 months ago
0.4.0 193 9 months ago
0.3.0 174 9 months ago
0.2.0 165 9 months ago
0.1.0 192 9 months ago

Added Serializer support for mapping fields to properties and vice versa. Renamed FirstOrDefaultAsync() to FirstNonNullAsync().
Renamed SelectAsync() to SelectNonNullAsync(). Fixed LiveChartLineSeries Coordinates not being set for some points. Improved Chart Y Axis Precision for narrow ranges. Added theming improvements for CalendarView. Fixed ThemeManager theme resetting and updates that add new colors.  Light Blue theme color tweaks. Increased Button Corner Radius.