Home All Groups Group Topic Archive Search About
Author
25 Jan 2006 5:19 PM
anat
How do I change the size (width & hight) of the multiview and view controls?
I want to use them as tabstrip. In their properties the size elements do not
appear.
--anat

Author
25 Jan 2006 8:50 PM
Christopher Reed
The MultiView and View controls do not have style properties, so you cannot
change the height and width with those controls.  You might consider using a
Panel control that contains the MultiView and a Panel control in each of
your View objects.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"anat" <a***@discussions.microsoft.com> wrote in message
news:1FFA8EB9-1893-4B53-B371-D1D7E46A2EC5@microsoft.com...
> How do I change the size (width & hight) of the multiview and view
> controls?
> I want to use them as tabstrip. In their properties the size elements do
> not
> appear.
> --anat
Author
26 Jan 2006 11:25 PM
Tatyana
Hi,

You could also put your multi view into the HTML table.
Depends on what do you need to do later also if you further place the table
into your mauliview/view that's the way you style it.

Thank you
Tatyana
Show quoteHide quote
"anat" <a***@discussions.microsoft.com> wrote in message
news:1FFA8EB9-1893-4B53-B371-D1D7E46A2EC5@microsoft.com...
> How do I change the size (width & hight) of the multiview and view
controls?
> I want to use them as tabstrip. In their properties the size elements do
not
> appear.
> --anat