Concept Framework 2.2 documentation Contents | Index

RTreeView.Reorderable

Name Type Access Version Deprecated
Reorderable property public version 1.0 no

Prototype:
Read/Write property Reorderable[=true|false]


Description:
If Reorderable is true, then the user can reorder the model by dragging and dropping rows. This function does not give you any degree of control over the order -- any reordering is allowed. If more control is needed, you should probably handle drag and drop manually.

Note: Is recommended that you avoid using this property. This can cause bad synchronization because it provides no control.

Returns:
Returns true if the items can be reordered.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT(c)2013 Devronium Applications