[Gambas-user] R: How to Set Column.Title Alignment?

Ru Vuott vuott at ...325...
Sun Nov 4 21:46:34 CET 2012


Hi,

It should be:

*****
  .Columns[2].Alignment = Align.Center
  .Title = "abcdefg"
******
...but I doesn't see the text.

instead, this works:

  With GridView1[0, 2]
    .Alignment = Align.Center
    .Text = "abcdefg"
  End With



--- Dom 4/11/12, abbat <abbat.81 at ...787...> ha scritto:

Da: abbat <abbat.81 at ...787...>
Oggetto: [Gambas-user]  How to Set Column.Title Alignment?
A: gambas-user at lists.sourceforge.net
Data: Domenica 4 novembre 2012, 14:34


How to:
With
 .Columns[2].Title.Alignment = Align.center
End With

How to Set Column.Title Alignment?

Thank you
-- 
View this message in context: http://old.nabble.com/How-to-Set-Column.Title-Alignment--tp34638977p34638977.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
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