Hi,
I'm having a hard time to get my custom listview work properly on multiple resolutions. My approach is as follows:
- having layouts with a panel and views inside the panel;
- use anchors in these views;
- adding the layouts to the custom listview with exact hight not DIP;
- scale all panels in layouts with 100%x and 100%y
I'm not getting the results i'm expecting. How can I properly scale layouts in a custom listview and also have the views in the correct place?
Should I use DIP when adding the layouts to the custom listview?
Cheers.
I'm having a hard time to get my custom listview work properly on multiple resolutions. My approach is as follows:
- having layouts with a panel and views inside the panel;
- use anchors in these views;
- adding the layouts to the custom listview with exact hight not DIP;
- scale all panels in layouts with 100%x and 100%y
I'm not getting the results i'm expecting. How can I properly scale layouts in a custom listview and also have the views in the correct place?
Should I use DIP when adding the layouts to the custom listview?
Cheers.