Search
Renderers.setScrollIconRenderer Method
See Also
 

Sets a ScrollIconRenderer instance used to draw scroll arrows in TableNode caption bar.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static void setScrollIconRenderer (
    ScrollIconRenderer value
)

 Parameters

value

A ScrollIconRenderer instance. The default value is null, which applies default icons.

 See Also