UseTabs
UseTabs
Instructs the listbox to expand tab characters as tabs
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: List Box
If set to TRUE the list box will expand tab characters as tabs. By default tab stops are positioned at every 32 dialog units. This property is a design time only property that has no effect if changed under program control.
The default tab stop positions can be changed with the TabStop$ property.