Page MenuHomeFeedback Tracker

Request: Allow rows/columns in GridSpacerWidget to be get/set via script
Assigned, UrgentPublic

Description

Add proto native functions allowing you to get and set the number of rows/columns a GridSpacerWidget has.

proto native int GetRowCount()
proto native void SetRowCount(int rowCount)

proto native int GetColumnCount()
proto native void SetColumnCount(int columnCount)

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

CptCookie changed Severity from None to Feature.
Geez changed the task status from New to Assigned.Jul 2 2020, 10:53 AM