hanspi - 2013-10-15

Hi
First I have to say: thank you for this wonderful delphi components!

My problem: The DPFTableView.Horizontal is working fine, if the device stay in Portrait mode, but if I change it to Landscape, the row is diplaying wrong.

My code in the OnGetRowHeight event:
RowHeight := TDPFUITableView(Sender).Width;

Any tipps?