D
Dionísio Monteiro
Hi there,
I was trying to define the VerticalAlign property of a cell
(programatically) but it doesn't work.
This is the code that seemed logical:
TableCell cell = new TableCell();
cell.VerticalAlign = "Top";
It doesn't work! How can I do it?
Now that I'm here, is it possible to create programatically the equivalent
to the HTML lists (<UL> tags) like it is possible to create a table a row or
a cell (shown above)?
Thank you!
dio
I was trying to define the VerticalAlign property of a cell
(programatically) but it doesn't work.
This is the code that seemed logical:
TableCell cell = new TableCell();
cell.VerticalAlign = "Top";
It doesn't work! How can I do it?
Now that I'm here, is it possible to create programatically the equivalent
to the HTML lists (<UL> tags) like it is possible to create a table a row or
a cell (shown above)?
Thank you!
dio