I would like to right align a column of numbers in a WebListBox. If I use
listbox1.ColumnStyle(2) = Right
where Right is a style for right alignment, I get a [quote]Parameters are not compatible with this function[/quote] error. If I use
listbox1.ColumnStyle(2) = Bold
everything in the column is bold as expected. Is there a workaround for this. I am using the Studio Stable Web Essentials listbox so I can sort columns by clicking on the header and do not want to loose that feature.