From b1b0bb6080ad41d35967a0fa434494989962d4d8 Mon Sep 17 00:00:00 2001 From: kamu Date: Sat, 18 Jan 2020 17:45:34 +0900 Subject: [PATCH] ReadMe --- README-ja.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-ja.md b/README-ja.md index 5c4818a..a7de3c7 100644 --- a/README-ja.md +++ b/README-ja.md @@ -317,6 +317,7 @@ public class MenuSection:List * Templateの挿入を開始するインデックスを指定。デフォルトは0で最初からTemplateを適用します。1以上の値を指定すると、その位置からTemplateが挿入されるようになり、XAML等で挿入したデータはそのままの状態で残ります。任意の位置から繰り返しの Cell を設置した場合などに利用できます。 * UseDragSort * セクション内のセルをDragDropで並べ替え可能にします。 + * UseDragSortがtrueのセクション間でのみ移動が可能です。 * iOS11以降とそれ以外で外観が異なります。 * iOS10以下は三本線のアイコンを掴むと移動でき、iOS11はセル全体を長押しすると移動できるようになります。 * HeaderView diff --git a/README.md b/README.md index 902ba9e..a3051a2 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ public class MenuSection:List * This is the index that starts inserting the template. The default value is 0. If a specified value is greater or equal than 1, the template is inserted from its position and cells inserted with XAML remains. You can insert the repeating data wherever you want to do. * UseDragSort * Enable you to reorder cells in a section with drag and drop. + * Items can move in sections that UseDragSort Property is true. * If iOS version is less than or equal to iOS10, the cells can be moved when grabbing the icon drawn three lines; Otherwise can be moved when doing long tap. * HeaderView * FooterView