Re: cell.VerticalAlign
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 02/16/04
- Next message: Mark Fitzpatrick: "Re: cell.VerticalAlign"
- Previous message: Hrvoje Vrbanc: "Re: cell.VerticalAlign"
- In reply to: Dionísio Monteiro: "cell.VerticalAlign"
- Next in thread: Mark Fitzpatrick: "Re: cell.VerticalAlign"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 10:29:05 -0600
Try either
a) using the full namespace for "top" or
b) use the .Attributes["valign"] = "top";
-- Curt Christianson Owner/Lead Developer, DF-Software www.Darkfalz.com "Dionísio Monteiro" <dio@sensoria.pt> wrote in message news:OnLU2fK9DHA.2640@TK2MSFTNGP10.phx.gbl... > 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 > >
- Next message: Mark Fitzpatrick: "Re: cell.VerticalAlign"
- Previous message: Hrvoje Vrbanc: "Re: cell.VerticalAlign"
- In reply to: Dionísio Monteiro: "cell.VerticalAlign"
- Next in thread: Mark Fitzpatrick: "Re: cell.VerticalAlign"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|