Click here to Skip to main content
15,885,947 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All
I am Requiered Load This Grid In RunTime Software. Please Help To Me.
The Code XAML Of Grid is:
XML
<Grid Name="GiridParam" Height="31" Margin="0">    <TextBlock TextWrapping="Wrap" Margin="0" Text="name" TextAlignment="Right"/>
    <TextBlock TextWrapping="Wrap" Text="Note" TextAlignment="Right" />
    <ComboBox x:Name="comParamname1" Margin="0,0,14.367,0" Height="25" VerticalAlignment="Top" HorizontalAlignment="Right" Width="45.633" >
        <ComboBoxItem Content="B"/>
        <ComboBoxItem Content="F"/>
        <ComboBoxItem Content="L"/>
        <ComboBoxItem Content="M"/>
        <ComboBoxItem Content="P"/>
        <ComboBoxItem Content="P1"/>
    </ComboBox>
    <TextBox x:Name="txtParamNote1" Margin="0,0,98,0" TextWrapping="Wrap"  />
</Grid>

user Enter Number And My Could Load This Grid For User.
Please Help To Me.
Posted
Comments
karthik Udhayakumar 19-May-14 17:21pm    
What do you mean by runtime software here?

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