Dim tableview1 as TableView
panel.AddView(0,0,85%x,70%y)
tableview1.AddSingleLine(" It is a happy day you use this app to injoy us ,your answer is right so we show you this information ....... ")
tableview1.ReloadAll
In this case , the strings is more long than tableview1.width and the font size is too large
,tableview can not show all strings in SingleLine .
but I can not find Text or DetailText property in tableview.
could you please give me example code for this ~