[Gambas-user] R: (+auto) Line breaks in Tableview.Cell

Ru Vuott vuott at ...325...
Sun Mar 6 17:45:53 CET 2016


Are you telling about this ?

Public Sub Form_Open()

  With TableView1
    .Rows.Count = 3
    .Columns.Count = 3
  End With
  
  TableView1[0, 0].RichText = "Quid est, Catulle? quid moraris emori?" &
  "<BR>sella in curuli struma Nonius sedet," &
  "<BR>per consulatum peierat Vatinius:" &
  "<BR>quid est, Catulle? quid moraris emori?"
  With TableView1
    .Columns[0].Width = -1
    .Rows[0].Height = -1
  End With

End




--------------------------------------------
Dom 6/3/16, abbat81 <abbat.81 at ...787...> ha scritto:

 Oggetto: [Gambas-user] (+auto) Line breaks in Tableview.Cell
 A: gambas-user at lists.sourceforge.net
 Data: Domenica 6 marzo 2016, 14:04
 
 Hi all,
 
 Tableview allows to use 1-2 line breaks, but if my richtext
 consist of 5-6
 lines, my Tableview.Row doesn't show whole text. 
 Also, is  there any way to get auto break lines if
 string is too long for
 Tableview.Row?
 
 Thanks in advance 
 
 
 
 --
 View this message in context: http://gambas.8142.n7.nabble.com/auto-Line-breaks-in-Tableview-Cell-tp55606.html
 Sent from the gambas-user mailing list archive at
 Nabble.com.
 
 ------------------------------------------------------------------------------
 _______________________________________________
 Gambas-user mailing list
 Gambas-user at lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list