dieger Posted August 5, 2013 Posted August 5, 2013 Hi Farshad, I´m setting this code on OnCreate event of a frame: FormRegion.ExtControl.JsCode ('autoscroll: true'); This provide a great option to design pages with scroll funcionallity inside the main form loading frames inside it. But It is possible to provide the AutoScroll property on a TUniFrame at design time to build frames with size larger than the screen? Acctualy i need to maximize form at design time to show the all form components, because the scroll functionally is not allowed. This can permit for example to develop a login page inside a frame before show the main form (that can reside in another frame) and allow developer to design larger forms like traditionall web pages. Ps.: i´m using mfPage model. Thanks! ScrollPage.zip
eelias Posted February 13, 2014 Posted February 13, 2014 Hi Farshad, I am having the same problem. I need to design using the ScrollBox but at design time it does not show the scroll bars, causing a problem to work with controls that are not visible inside it. Is there anything can be done? Is the vcl correspondent component a ScrollBox? can I create an inherited component and active any property? Eduardo 1
Recommended Posts