[Gambas-user] Gridview
Rolf-Werner Eilert
eilert-sprachen at ...221...
Wed Dec 9 09:54:45 CET 2015
Am 09.12.2015 09:44, schrieb Buster Seven:
> I use to be able to do this code GridView1.Font.Strikeout = True
> and the row in the gridview would be strikedout but it no longer works
> any ideas.
>
>
>
I just had this problem a few days ago, and after searching for a long
time it turned out that I had a lost line with
GridView.Data.Text = ....
before the line
GridView.Data.RichText = ....
Maybe a similar thing in your case? Or just try
GridView.Data.RichText = "<s>" & myText & "</s>"
Regards
Rolf
More information about the User
mailing list