Setting MinimumSize Attribute for a Control in a TFS WorkItem
Posted
by Jay Yother
on Stack Overflow
See other posts from Stack Overflow
or by Jay Yother
Published on 2010-03-17T02:52:02Z
Indexed on
2010/04/02
19:23 UTC
Read the original article
Hit count: 351
Tools used:
Visual Studio 2008 SP1
Team Explorer
Team Foundation Server Power Tools October 2008 Release.
Using the Process Editor in Visual Studio, I am attempting to set the MinimumSize attribute for a control in a WorkItem template to make the default size of the input area larger.
I am setting the attribute according to this website:
No matter what I set this attribute to it has no affect. I have tried setting the attribute with and without surrounding (). I've tried different capitalization of the attribute but no luck.
I have verified that the MinimumSize attribute is being correctly set in the associated xml file.
The control (HtmlFieldControl) is currently setup as the second child on a Tab Page. (The first control is also an HtmlFieldControl.) I've tried adding a group to the Tab Page such that the hierarchy is TabPage->Group->Column->Control with no success. I've also tried setting the attribute for the first control with no luck.
Any idea what I am doing wrong?
© Stack Overflow or respective owner