get_preferred_width
Description:
[ Version ( since = "3.0" ) ]
public void get_preferred_width (out int minimum_width, out int natural_width)
public void get_preferred_width (out int minimum_width, out int natural_width)
Gets the accumulative preferred width for all rows which have been requested with this context.
After reset is called and/or before ever requesting the size of a CellArea, the returned values are 0.
Parameters:
this | |
minimum_width |
location to store the minimum width, or null |
natural_width |
location to store the natural width, or null |