NtTimeChartControl.solidDragRows Member

Users can drag rows vertically by picking them with the mouse in a NtFlankControl unless the application prohibits this by catching and cancelling the beginRowDragging event.
 
There are two ways how the NtTimeChartControl shows the rows currently being dragged: Either the background of the dragged rows is opaque, so the area behind is invisible, or the background is transparent so the area behind can be seen. Please see the following image to compare both variants: The topmost row is beeing dragged downwards. Once with opaque drag rows and once with transparent.


Type:

bool

Remarks:

This member should not be changed while dragging of rows is happening.

See also:

ScrollToDt()
Init()