Доработара WinUI реализация.

This commit is contained in:
2026-01-25 05:36:28 +03:00
parent bbb20edb03
commit 6ad7b5dcdb
20 changed files with 1089 additions and 1801 deletions

View File

@@ -1,3 +1,7 @@
<!--
DragAdorner.xaml - Стили для визуального элемента перетаскивания.
Содержит шаблон элемента DragAdorner с поддержкой теней, скруглений и анимаций.
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

View File

@@ -1,3 +1,8 @@
<!--
DragDropStyles.xaml - Базовые стили для элементов с поддержкой перетаскивания.
Содержит стили для источников перетаскивания и целей сброса с различными
визуальными состояниями (Normal, Dragging, DragOver и т.д.).
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">

View File

@@ -1,3 +1,7 @@
<!--
DropPreviewAdorner.xaml - Ñòèëè äëÿ ýëåìåíòà ïîäñâåòêè îáëàñòè ñáðîñà.
Ñîäåðæèò øàáëîí ñ íàñòðàèâàåìûìè öâåòàìè è òîëùèíîé ãðàíèöû.
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

View File

@@ -1,3 +1,7 @@
<!--
Generic.xaml - Основной словарь ресурсов для компонентов drag-and-drop.
Объединяет все стили и предоставляет алиасы для обратной совместимости.
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">