Any Help Here?????
I think you will need to use a RowLayout for this. I don't think the you can change the height of a single cell, otherwise.
Thanks For the Promt Reply Mike
Also I tried to Export the Grid in Card View it Flipped the Grid and Exported it.
Can we Export it in Card View remember i got the Latest Version of the Net Advantage Bundle 2008. and i am Using WinForms here
Thanks Again
K
Export to what? Excel, PDF, or XPS?
I don't think you can export card view to Excel. I don't see how Excel could possible handle that.
For XPS or PDF, I don't think this is currently supported. You should Submit a feature request to Infragistics
Well Excel is able to handle it by Pivoting the WinGrid and Putting my Images in Rows
Ill Submit feature Request For XPS
Also can you throw Some light on using Row Layouts I dont think you can Increase the Vertical Cell Height in CARDVIEW using Row Layouts, Correct me if i am wrong.
kartik777 said:Well Excel is able to handle it by Pivoting the WinGrid and Putting my Images in Rows
I suppose that might work. But it's not currently supported. You should submit a feature request for this, too.
kartik777 said:Also can you throw Some light on using Row Layouts I dont think you can Increase the Vertical Cell Height in CARDVIEW using Row Layouts, Correct me if i am wrong.
I'm pretty sure you can. The easiest way to deal with RowLayouts is to do it at design-time. So if your data structure exists at design-time and you can bind the grid to it, then you can design the layout in the grid designer. It's much easier than trying to figure out all the origins and spacs in code.
Anyway, I am pretty sure that you can resize the heights and widths of cells in the designer in CardView + RowLayout mode. This will most likely adjust the PreferredCellSize on the column's LayoutInfo. There's also a PreferredLabelSize, for the header. Although I expect the label and cell heights have to be the same in CardView - or at least will resolve to the same height.
I'm assuming that you want to change the height for all cards, though. If you mean you want to change the height or a particular cell in a particular card, then I don't think that's possible. Unless perhaps it works when the card style is VariableHeight.