Share via


Width Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Width property restricts the width of a Web Part in the dashboard view. If you do not set this property or if you set the property to an empty value, the Web Part will expand in the dashboard to display all of its content. You can use this property with Web Parts that require isolation and Web Parts that do not (you can use DIV tags to restrict the height and width of content and provide scrolling when the content is larger than the DIV).

Because this property contains a string value, you can use any width measurement made possible in HTML or CSS; for example, you can set this property to 50 to get 50 pixels, or you can set the property to 50% to get 50% of the parent size. CSS also makes it possible for measurements such as inches and millimeters.

Property Value
Data Type String
Default None
IsContentIndexed FALSE
IsIndexed FALSE
IsMultiValued FALSE
IsReadOnly FALSE
IsRequired FALSE
IsVisible TRUE
Version 1
TextFormat Plain text

See Also

Web Part Schema Properties | Height Property