From 4d81ad658d9c859b6bb869cdfc5d631847b38247 Mon Sep 17 00:00:00 2001 From: elgransan Date: Fri, 22 Apr 2022 18:50:07 -0300 Subject: [PATCH] Drag handler (#5) * * solved by example * * styled better drag handler Co-authored-by: Santiago Cattaneo --- BlazorReorderExample/Pages/Styled.razor | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/BlazorReorderExample/Pages/Styled.razor b/BlazorReorderExample/Pages/Styled.razor index 86d3d70..e2ae285 100644 --- a/BlazorReorderExample/Pages/Styled.razor +++ b/BlazorReorderExample/Pages/Styled.razor @@ -2,21 +2,27 @@ Blazor Reorder Example -

Custom styles

+

Custom styles and drag handler

-Welcome to your new reorderer list. +

Deny Drag: @denyDrag

- -
-
@context.title
-

@context.details Go

+ +
+
+ +
+
+
@context.title
+

@context.details Go

+
@code { + bool denyDrag = true; public List list = new() { new ListItem("Google", "https://google.com", "Again looking for a bug ..."),