Plumtree UI Infrastructure API  
 

HTMLTableHeader.SetAutoFit Method 

Call this method to toggle whether or not this HTMLTableHeader is an autofit header. An autofit header will take up as many columns as is necessary to complete the row within which it resides. When asked to display, a given HTMLTableRow may only have one single autofit header. This check is executed at display time, and an HTMLException will be thrown if there are multiple autofit headers within a given row. Note that autofit does not apply to rowspan, which must be set manually.

public override void SetAutoFit(
   bool b
);

Parameters

b

See Also

HTMLTableHeader Class | com.plumtree.xpshared.htmlelements Namespace