com.unity.uiextensions.nosa.../Scripts/Controls/ReorderableList
Jesús González 61aab3765b Reorderable lists now have a new field "EqualizeSizesOnDrag", default to false. When it is true it sets every item size (when being dragged over the current list) to the current size of the first element of the list.
true was the default behaviour before, and it might be useful in some cases so I left the option there, but in most use cases I encountered so far, and according to Issue 268 (https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/268/re-orderable-lists-different-width-height) the false behaviour is expected.
2019-04-10 09:43:17 -04:00
..
ReorderableList.cs Reorderable lists now have a new field "EqualizeSizesOnDrag", default to false. When it is true it sets every item size (when being dragged over the current list) to the current size of the first element of the list. 2019-04-10 09:43:17 -04:00
ReorderableList.cs.meta 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00
ReorderableListContent.cs 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00
ReorderableListContent.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListDebug.cs Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListDebug.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListElement.cs Reorderable lists now have a new field "EqualizeSizesOnDrag", default to false. When it is true it sets every item size (when being dragged over the current list) to the current size of the first element of the list. 2019-04-10 09:43:17 -04:00
ReorderableListElement.cs.meta 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00