FlowDocumentScrollViewer inside this control i used Table and rows,But I want dynamically rows in run time and also when i click enter Key then save records into database and one new row add in this table.
Q (1)Is It Possible...?
if Yes Then Please help.
code here:
</TableCell>
</TableRow>
<TableRow>
<TableCell>
<Paragraph>F9,F1 P.R.C</Paragraph>
</TableCell>
<TableCell>
<Paragraph>O.A No</Paragraph>
</TableCell>
<TableCell>
<Paragraph>O.A SI</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Heat No</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Pour Date</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Grade</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Product</Paragraph>
</TableCell>
<TableCell>
<Paragraph>W.I.P</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Heat Treat</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Final Clearance</Paragraph>
</TableCell>
<TableCell>
<Paragraph>Fett</Paragraph>
</TableCell>
</TableRow>
<TableRow>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="50"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="100"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="50"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="30"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="30"></TextBox>
</Paragraph>
</TableCell>
<TableCell>
<Paragraph>
<TextBox Width="30"></TextBox>
</Paragraph>
</TableCell>
</TableRow>
</TableRowGroup>
</Table>
</FlowDocument>
</FlowDocumentScrollViewer>
Please See Image Of my Code OutPut: