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.
我的应用程序将扩展到全屏。
但是即使我锚定了标签,标签也不会变大,而是停留在屏幕的左上角?
这是为什么?
我该如何解决这个问题?
你的锚不正确。如果您在左侧和右侧都锚定,您的标签将拉伸。此外,您的标签应将AutoSize属性设置为false.
AutoSize
false
将AutoSize属性设置为 false。还要确保在两侧设置锚点(Left和Right或Top和Bottom)。您可能还需要设置TextAlign属性(因为没有该属性,您的文本将不会移动,并且您可能不会注意到调整大小)。
Left
Right
Top
Bottom
TextAlign