🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

WPF.JoshSmith.Controls.DragCanvas

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WPF.JoshSmith.Controls.DragCanvas

A Canvas which manages dragging of the UIElements it contains.

2.0.3
Source
NuGet
Version published
Maintainers
1
Created
Source

WPF.JoshSmith.Controls.DragCanvas

Build status NuGet License

What does it do?

A Canvas which manages dragging of the UIElements it contains. This Canvas is made by Josh Smith.

This package is based on the following articles:

Examples

<jas:DragCanvas>
  <TextBlock Canvas.Left="20" Canvas.Bottom="50" Text="example"/>
  <Ellipse Canvas.Left="100" Canvas.Bottom="30" Width="65" Height="70" Fill="Blue" />
</jas:DragCanvas>

DragCanvas sample gif

Tools and Products Used

Versions & Release Notes

version 2.0.3:

  • Fix missing readme in nuget package

version 2.0.2:

  • Add 'net8.0'

version 2.0.1:

  • Add 'net5.0'

version 2.0:

  • Replace 'preview mouse down' event by a normal one, so that buttons/comboboxes/scrollbars work when put on draggable controls. Downside, these controls can no longer be dragged on themselves.
  • Replace target net462 and net48 by net472

version 1.1:

  • Expose IsDragInProgress

version 1.0:

  • First version

Keywords

wpf

FAQs

Package last updated on 18 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts