ok so what i found was first you have to set the text
then the strikeout
What i was doing was
if canceled
   gridview1.font.strikeout=true
end

gridview1[0,0].text="hello"

this used to work for me and over the whole row

now i have to set each column :-(

anyway thanks for the example


On Sat, Dec 12, 2015 at 8:53 PM, Charlie <char...@cogier.com> wrote:

> This works for me:-
> /Public Sub Form_Open()
> Dim sNetwork As String
> With GridView1
>     .Columns.Count = 1
>     .Rows.Count = 1
> End With
> GridView1[0, 0].text = "Hello"
> GridView1[0, 0].Font.Strikeout = True
> End/
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/Gridview-tp54834p54927.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to