In the previous chapter, we started a detailed overview of the most common and important FMX components. Every component has its own peculiarities and fits different use cases, so having a good knowledge of what is available within the FMX framework will enhance your ability to select the right component while building your UI.
In this chapter, we will focus on those components suited to providing the user with some (possibly large) amount of structured data (lists, trees, and grids), as well as on visual components (drawers and panels), which are useful when dealing with the visualization of large amounts of data or information on smaller screens.
In this chapter, we will cover the following topics:
- Learning about lists
- Exploring treeviews
- Using grids
- Mastering drawers and panels
You may dream about a perfect component, suitable for...