I am VERY new to Servoy. I am trying to get a simple layout in Servoy. We will be running it through the WebClient almost exclusively. I am trying to do a proof of concept, but I am having an issue with 100% height, and 100% width. Basically I need a two row CSS type layout. The top row will have a number of input fields or text areas, and the bottom “row” will just be a datagrid of results. I cannot figure out how to do this. I’ve built a form with the inputs up top, and placed a tabpanel underneath that has another form I built (with the datagrid) inside of it. The problem is, I can’t get the tabpanel to fill up an entire webpage. I’ve tried the onresize events, and everything I could think of. The inner form with the datagrid fills seems to fill up the width of the panel, but it did it automatically without me doing anything.
I am so lost, so ANY feedback or better yet examples would be GREATLY appreciated!