NetXP 3.0 Reference

Utility.FixPropertyGridsAndTreeViews Method 

Fixes property grids to persist the visible properties, and makes tree views' scrollbars skinable.

[Visual Basic]
Public Shared Sub FixPropertyGridsAndTreeViews( _
   ByVal baseCtl As Control _
)
[C#]
public static void FixPropertyGridsAndTreeViews(
   Control baseCtl
);

Parameters

baseCtl
The control or form containing the controls to be fixed.

See Also

Utility Class | NETXP.Library Namespace