With this in the lb open event, it works for me, 2006R3, MacOS.

  me.addrow "001"
  me.addrow "002"

  dim i as integer

  For i = 0 to me.ListCount - 1
    me.CellAlignment(i,0) = 1
  Next

Best,

Jack




On Sep 7, 2006, at 10:04 AM, [EMAIL PROTECTED] wrote:

Out of curiosity, why doens't left align work?

I set
lb.cellalignment( index,0) = 1

but the result looks like this :
___001
___002
(I am using underscores for blanks)
_______________________________________________

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to