0

scroll in grid borderlayout

asked 2011-02-21 18:56:01 +0800

xcom gravatar image xcom
564 3

updated 2011-02-21 18:57:10 +0800

Hello:

I have a grid within a BorderLayout, on the south side and when under no columns are all that can be

<borderlayout id="bd">

			<center>

				<listbox id="lb" vflex="true" hflex="true"
					model="@{controlador.getListDispositivo}" mold="paging"
					pageSize="10" selectedItem="@{controlador.dispositivo}">
                                              .....................
				</listbox>
			</center>
			<south height="59.9%" splittable="true">


				<tabbox id="tb" height="100%" width="100%">
					<tabs id="tabs">
			                   ..............  
                                       </tabs>
					<tabpanels style="overflow:auto">
						<tabpanel>
							
							<grid id="grEditar"  style="overflow:auto" >
								<rows>
									...	
							               //many columns
								</rows>
							</grid>


						</tabpanel>
						

					</tabpanels>
				</tabbox>


			</south>
		</borderlayout>

when in the south, the grid columns are not shown all the scroll does not advance

help

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2011-10-25 06:51:01 +0800

newflypig gravatar image newflypig
61 1

help,help,why no one answer the question?

link publish delete flag offensive edit

answered 2011-10-25 11:00:12 +0800

madruga0315 gravatar image madruga0315 flag of Brazil
937 2 12

You could try setting the overflow:auto on the tabpanel (this works for me)

<tabpanel style="overflow: auto; overflow-x: auto;">

Regards,
Madruga

link publish delete flag offensive edit

answered 2011-10-26 20:50:29 +0800

gaozheng8 gravatar image gaozheng8
15

perhaps,is you don't set the heigth of the grid.

link publish delete flag offensive edit

answered 2011-10-26 20:52:15 +0800

gaozheng8 gravatar image gaozheng8
15

grid don't need to set the scroll bar

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-02-21 18:56:01 +0800

Seen: 881 times

Last updated: Oct 26 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More