How can you reduce the left and right margin (indent) 
inside each grid cell?  We have successfully used the 
following code inside other Java IDEs, but not the 
ND studio.

//==========
GXStyle style = new GXStyle();
GXLabel label = new GXLabel(m_myGrid);
label.setIndent(2);
style.setControl(label);
m_myGrid.setTableStyle(style);


_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to