R
RAB
I created an arraylist. Some items need to be indented.
....
MyList.Add("Text")
MyList.Add(" Text2")
MyList.Add(" Next text")
.....
I then databind the arraylist with a datalist control. However, the
datalist control does not recognize my spaces and places all text
left-justified. Is there anything I can do to preserve my spaces? The
indentation follow no pattern and are used to create an outline format.
Thanks,
RABMissouri
....
MyList.Add("Text")
MyList.Add(" Text2")
MyList.Add(" Next text")
.....
I then databind the arraylist with a datalist control. However, the
datalist control does not recognize my spaces and places all text
left-justified. Is there anything I can do to preserve my spaces? The
indentation follow no pattern and are used to create an outline format.
Thanks,
RABMissouri