0

<Row> problem

asked 2011-05-12 12:31:40 +0800

kikeskate gravatar image kikeskate
261 2

I want all my labels from appearing on a single row. How can i do that? thanks.

<grid>
		
			<rows>
				
				<row align="center">
					<label value = "Aca van ultmas 20 lineas"/>
					<label value = "Aca van ultmas 20 lineas"/>
				</row>
					
			</rows>
		
		</grid>
		

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2011-05-12 12:51:45 +0800

caclark gravatar image caclark
1753 2 5
http://clarktrips.intltwi...

A Row accepts all sorts of components. Ever read in the Component Reference about the Layout components?

<window title="My First Window" border="normal" width="200px">
	<grid>
		<rows>
			<row align="center">
				<vlayout>
					<label value = "Aca van ultmas 20 lineas"/>
					<label value = "Aca van ultmas 20 lineas"/>
				</vlayout>
			</row>
		</rows>
	</grid>
</window>

link publish delete flag offensive edit

answered 2011-05-12 12:52:57 +0800

darius gravatar image darius
279 3

Do you mean you want them to come on different rows, like this:

<grid>
<rows>
	<row align="center">
		<label value = "Aca van ultmas 20 lineas"/>
	</row>		
		
	<row align="center">
		<label value = "Aca van ultmas 20 lineas"/>
	</row>
					
</rows>
</grid>

link publish delete flag offensive edit

answered 2011-05-12 15:06:26 +0800

kikeskate gravatar image kikeskate
261 2

<vlayout> this was what I was looking for

Thanks

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-05-12 12:31:40 +0800

Seen: 108 times

Last updated: May 12 '11

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