Skip to content

FlexibleDrag Property

Description

Enables or disables flexible dragging of blocks in the track control. (Track Control)

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FlexibleDrag() As Boolean

Return Type

  • False (default) if flexible drag is not allowed
  • True if flexible drag is allowed

Remarks

When FlexibleDrag is True, the track control will re-position blocks to allow room for a block to be dragged to the specified location. When False, a block can only be dragged to a location if there is enough room to fit the block without moving the others that are already there.

Flexible Drag Example

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.