Syntax
StartRow = WidgetGetRowStart(Widget)Description
Retrieves the starting row index (1-based) for the specified widget within its parent Grid layout.
Parameters
Widget
The handle of the ProGUI widget whose starting row is to be
retrieved.
Return Value
Returns the 1-based starting row index as an Integer. Returns 0 or
#False if the widget handle is invalid, not placed in a
Grid layout, or if the start row hasn't been explicitly set (meaning
it's auto-placed).
Remarks
This property is only relevant for widgets placed within a layout of
type #PG_Layout_Type_Grid. It determines the grid row line
where the widget's placement begins.
See Also
WidgetSetRowStart, WidgetSetRowSpan, WidgetSetColumnStart, WidgetSetColumnSpan, LayoutSetType
Supported OS
Windows, Linux