Photino.Blazor.CustomWindow
1.0.1-alpha
See the version list below for details.
dotnet add package Photino.Blazor.CustomWindow --version 1.0.1-alpha
NuGet\Install-Package Photino.Blazor.CustomWindow -Version 1.0.1-alpha
<PackageReference Include="Photino.Blazor.CustomWindow" Version="1.0.1-alpha" />
paket add Photino.Blazor.CustomWindow --version 1.0.1-alpha
#r "nuget: Photino.Blazor.CustomWindow, 1.0.1-alpha"
// Install Photino.Blazor.CustomWindow as a Cake Addin #addin nuget:?package=Photino.Blazor.CustomWindow&version=1.0.1-alpha&prerelease // Install Photino.Blazor.CustomWindow as a Cake Tool #tool nuget:?package=Photino.Blazor.CustomWindow&version=1.0.1-alpha&prerelease
Photino.Blazor.CustomWindow
About
Customizable cross-platform window view and behaviour implementation for Photino.Blazor applications with Chromeless mode.
The project provides Blazor component named CustomWindow
that takes up the entire space of the cromeless window and renders custom window header and borders.
It includes the possibility of customizing the window header up to the icon, title and control buttons, moving the window on header dragging, window resizing on borders dragging, and some other features such as stretching (expanding) the window by half the screen when moving it to the boundaries of the monitor's work area.
Default control buttons allow to minimize, maximize and close the window. At the same time, the component also provides appropriate methods.
How to use
- Include Photino.Blazor.CustomWindow as PackageReference to your project.
- Copy files from Photino.Blazor.CustomWindow/wwwroot folder to your wwwroot.
- Use
CustomWindow
component as root in your markup and place your content to itsWindowContent
RenderFragment (see example). - Don't forget to set the
PhotinoWindow.Chromeless
property to true.
Next steps
- At the moment the project works correctly only for screens with a 100% zoom factor. I'm waiting for the opportunity to track the monitor scale factor in Photino (Issue). It’s the main reason why the project is in alpha version.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
-
net7.0
- Photino.Blazor (>= 2.7.0)
-
net8.0
- Photino.Blazor (>= 2.7.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Photino.Blazor.CustomWindow:
Package | Downloads |
---|---|
Photino.Blazor.Docking
Docking system for Photino.Blazor applications with split, tabs and floating panels support |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.1 | 682 | 9/28/2024 |
1.2.2 | 218 | 3/9/2024 |
1.2.0 | 138 | 3/9/2024 |
1.1.4 | 145 | 3/5/2024 |
1.1.3 | 145 | 3/4/2024 |
1.0.1-alpha | 155 | 1/21/2024 |
1.0.0-alpha | 93 | 1/21/2024 |