I have a label inside of a scrollview... Oh btw I gotta say Hello and a huge THANK YOU for developing an awesome software for those of us that are VBians. Ok back to my question. I have a label inside of a scroll view that does not get created unitil the ScrollView.Panel.Addview(). I have the labeltext being loaded via a json from a mysql database located on the net. Knowing that anything that I have told you prolly has nothing to do with my problem I still wanted to put it out there as info. So the issue that I have is the text that is showing up in the label has the CRLF showing up as rectangles. Basically I am displaying "Hello" & CRLF & "World" and my text shows up as
Hello[]
World
(the two brackets are supposed to look like a rectangle)
Any ideas on how to get rid of them? Oh I loaded the HelpScrollView tutorial and the text in that also has the rectangles in the help listing also, as the attached file shows.
Hello[]
World
(the two brackets are supposed to look like a rectangle)
Any ideas on how to get rid of them? Oh I loaded the HelpScrollView tutorial and the text in that also has the rectangles in the help listing also, as the attached file shows.