ListView - only some items from the list

Hello.
Can you refer me to an example?
In ListView, I only need to display some items from the list in one line. At the same time, I would need to highlight each line with a different color or separate it with a horizontal line.
And yet .... In the TextBox when ingested for the first time, I want to display gray text, e.g. the name that disappears when you press the keyboard ...

Ondrej

This is the Hint of the TextBox. You can set the hint of the textbox via the Properties section.

image

Or, you can do that via the Blocks.

image

There are also hints for the search bar of a ListView, but it is set with the user's language. There is no way to change that.

1 Like

[Thank you very much!
Ondrej

An example of filtered list as you want

1 Like

Thank you very much!