Click here to Skip to main content
16,007,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get all the labels in the present form and set same size for all the labels at run time?
Posted
Comments
Poobalan4 2-Dec-11 7:47am    
Question not clear..

If u provide ur code then it will be more clear.

Here is some sample code

XML
<grid>
        <grid.rowdefinitions>
            <rowdefinition height="Auto" />
            <rowdefinition height="Auto" />
            <rowdefinition height="Auto" />
        </grid.rowdefinitions>
        <grid.columndefinitions>
            <columndefinition width="Auto" />
            <columndefinition width="Auto" />
        </grid.columndefinitions>
   <label grid.row="0" />
   <Label Grid.Row="1"/>
   <Label Grid.Row="2"/>
</grid

>


Hope it will help u.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900