Vertical labels on Workflow forms?
I'm having a little trouble with a custom form. I am able to create the form, and I can pull the attributes from the selected feature and display them in my custom form. I was even provided with a hack to use the Group item description instead of a textbox to make the values appear to be read-only.
My issue is the formatting of the text on the form. I'd like my labels to be on top of the text box like below:
LABEL
Text Box Value
and not be horizontal as is the default:
LABEL Text Box Value.
I don't see any options to do this, and I also don't see a way to make the labels bold text or larger to make them stand out from the values. Is there some formatting trick I can apply to the XAML file to format the output?
Thanks
Tami O.
'
-
Answered the first part of my question on my own just ten minutes after I posted:
Instead of using text boxes and labels, I used groups for everything. Groups have a setting for having items within organized vertically or horizontally. Each fieldname/field value pair is made up of a Group item, with another Group item inside of it.
GROUP1 (label/field name, this is hard-coded into the description in the form design in the workflow)
GROUP2 (field value, attached to GROUP2 description property, this is populated with a variable via a RuntimeModifications assignment)
Still have not solved the issue wit making my labels bold, but this gets me a little closer to what I want to show.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar