cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic screen adjustment like in html width="100%" height="100%"

Former Member
0 Kudos

Hi experts,

in html we have the opportunity to implement an automatic screen adjustment with the help of width="100%" and height="100%".


<HTML>

<HEAD>

<TITLE>CRM Cockpit</TITLE>

</HEAD>

<BODY>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

WIDTH="100%" HEIGHT="100%" id="myMovieName">

Is there any way to realize an automatic screen adjustment for design studio applications?

Thanks in advance!

Best regards,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please use "auto" values for Width and Height property of your components. The components will adjust to the screen size. For proper layout control, you can use Grid and Panels for placing your components.

Former Member
0 Kudos

As Anil says, the 'canvas' will auto-adjust to the available space, and you can set width and height to 'auto' in the application itself.

Sjoerd

Answers (0)