Mix bold text to plain text in labels

前端 未结 3 641
太阳男子
太阳男子 2021-01-27 07:36

I save my text data in a sqlite database, I am able to store them, read them and etc.

To load it in The app I do something like this in

3条回答
  •  误落风尘
    2021-01-27 07:49

    If you trying to store and Read a single string into your SQLite DB then use TextType="Html" property in Label control.

    like...

提交回复
热议问题