NetXP 3.0 Reference

ListBarItem.SetSize Method 

Called to set the height of the item by the owning control.

[Visual Basic]
Public Sub SetSize( _
   ByVal view As ListBarGroupView, _
   ByVal defaultFont As Font, _
   ByVal imageSize As Size _
)
[C#]
public void SetSize(
   ListBarGroupView view,
   Font defaultFont,
   Size imageSize
);

Parameters

view
The ListBarGroupView in which this item is being shown.
defaultFont
The default Font to use when this item does not have a specific font set.
imageSize
The size of the image for this item.

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace