Menu

TDPFUIActionSheet width

Kaarigar
2013-10-21
2013-10-22
  • Kaarigar

    Kaarigar - 2013-10-21

    How to set the width of the TDPFUIActionSheet control? If the Title property is long, then it gets truncated at the end.

     
  • Babak Yaghoobi

    Babak Yaghoobi - 2013-10-22

    Hi Kaarigar

    Use #13 character.

    DPFUIActionSheet1.Title := 'Hello!' + #10#13 + 'This is a Custom Action Message !'+ #10#13 + 'This is a Custom Action Message !'+ #10#13 + 'This is a Custom Action Message !';
    

    Regards

     
  • Kaarigar

    Kaarigar - 2013-10-22

    Thanks. I am trying to implement a pop up message box. The issue is that for different message lenght (and different fonts and sizes), is is kind of pain to figure out where to insert the CrLf. But this will do for now.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.