In TFS, the layout for a work item type is defined via XML. Therefore, you will have to add the Multivalue control to your layout. Here's the series of steps that tell you how to do it. Learn more about WebLayout XML [here](https://www.visualstudio.com/docs/work/reference/weblayout-xml-elements). # How to get started 1. Open the `Developer Command Prompt`. Export the XML file to your desktop with the following command. ``` witadmin exportwitd /collection:CollectionURL /p:Project /n:TypeName /f:FileName ``` 2. This will create a file in the directory that you specified. Open this file and search for "Work Item Extensions". ```xml ``` 3. Add an Extension tag to make the control available to the work item form. ```xml ``` You can find your extension ID within the commented blob for "Work Item Extensions": ```XML