GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / DoResize Method
In This Topic
    DoResize Method (GoListGroup)
    In This Topic
    Interactive resizing is limited to be large enough to hold any item in the list.
    Syntax

    Parameters

    view
    origRect
    newPoint
    whichHandle
    evttype
    min
    max
    Remarks
    Resizing should only occur when TopIndex is not negative, to indicate that scrolling is supported. This calls ComputeMaximumItemSize and uses MinimumItemSize to determine the real minimum SizeF to be passed to the base method call.
    See Also