Select to view content in your preferred language

How to stop the caption from breaking lines in button DAML

354
1
Jump to solution
12-18-2023 09:58 AM
AtilaBK
New Contributor II

Hi, I'm adding the text to the button's caption in my config.daml but it breaks the line when there is some space, how can I do to avoid this behavior?

without space:

AtilaBrickweddeKoehler_0-1702922010008.png

with space:

AtilaBrickweddeKoehler_1-1702922123036.png

In this case, I want the text not to break lines.

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

Hi,

Make your own custom control and add to ribbon. Put inside button with image and label below. There is no limitation for width, only for height. ArcGIS Pro sdk community sample here.

View solution in original post

1 Reply
GKmieliauskas
Esri Regular Contributor

Hi,

Make your own custom control and add to ribbon. Put inside button with image and label below. There is no limitation for width, only for height. ArcGIS Pro sdk community sample here.