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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?