Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将链接按钮的文本跨越到 2 行?因此,我希望它不是仅在一行中,而是在两行中。
谢谢。
要实现这一点,您必须创建一个自定义 Button 类,它扩展了 Button 类。Adobe 网站上有一个很好的博客:
http://blogs.adobe.com/aharui/2007/04/multiline_buttons.html
它专注于创建多行单选按钮,但您可以轻松地将其应用于按钮。