dbicList Send comments on this topic.
ItemDragHeight Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : ItemDragHeight Property

Determines the height of the drag bar when an item is dragged inside the list area.

Syntax

Visual Basic (Declaration) 
Public Property ItemDragHeight As Integer
C# 
public int ItemDragHeight {get; set;}

Property Value

integer

Remarks

This property is only used when dragging list items using the internal drag drop functionality, AllowItemDrag.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also