|
Rob, Pretty simple with the html field control.
You can add a MinimumSize=”x,x” attribute to the control. You may
have to play around with it a bit to get it to fit properly (and I don’t
think it shows in PTE…) Should look something like this: <FORM> <LAYOUT> ... <Control
FieldName="Company.Control" Type="HtmlFieldControl"
Label="Bug History:" LabelPosition="Top" MinimumSize="200,200" /> </LAYOUT> </FORM> Alternatively, you could use a new tab in
a tab group, and set the Dock=Fill attribute
on the HTMLFieldControl to have it fill the entire tab. From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Manger Hi All, Another simple, and yet probably strangely complex,
problem. How can I go about changing the size of fields on a
work item template? I am currently using PTE to change the layout of my
work item, but there doesn’t seem to be any way to make a field any
larger than the default. Currently the only fields that would suit a large
plain text field (such as ‘Description’) are FieldControl (single
line) and an HTMLFieldControl (the largest control, but only 2.5 lines). This
makes things almost un-readable! How can I make this field larger so I
can see more than 2 lines at once? Cheers Rob Manger Powered by mailenable.com - List managed by www.readify.net OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net |
- [OzTFS] Changing the size of fields on a work item template Robert Manger
- RE: [OzTFS] Changing the size of fields on a work item ... Jonathan Cran
- RE: [OzTFS] Changing the size of fields on a work i... Robert Manger
- [OzTFS] Setting Up TSF Aaron Bull
- [OzTFS] RE: Setting Up TSF Chris Burrows
