ListView Item Designer in RAD Studio

preview_player
Показать описание
The ListView Item Designer in RAD Studio 10.1 Berlin makes it easy to create your own custom appearance modes at design time. Using the visual item designer, you can quickly add new objects like buttons, text labels and images. Easily connect your list to your data source using the LiveBindings Designer.

Рекомендации по теме
Комментарии
Автор

The narrator is very good in the way she describes everything, thank you Embarcadero for such high quality videos. Also thanks for keeping Delphi up to its name of RAD. Unlike Delphi, Xamarin and all the rest are back to the stone ages... The palette in Xamarin (toolbox as they call it) is less than what VB had back in '95. Delphi had always had very advanced environments since version 1. The "Delphi style" in code is still unsurpassable in style, readability and speed of development.

DBuilder
Автор

This is great! Thanks for adding this feature...

GaryRobas
Автор

Very informative, grateful. The example with buttons is missing.

DeSapr
Автор

And How about Button item. Another question: How to add a circle image using the image item?

rodrigocollares
Автор

Great tutorial, I am still shocked how firemonkey is powerful.

soonclass
Автор

I am trying to add a TGlyphButton using DynamicAppearance. I can see the outline of the button in designmode, however I can not get the checkbox to render either in designmode or when running the app. Can anyone give insight into how to do this, and also how to check the status of the checkbox? Thanks.

jimc
Автор

when i rotate the cell, listview doesn't adjust width of iits items if DynamicaAppearance has been set.Any advice?

wilchaia
Автор

one question, if I added button in TListview.Item... and then how can i know if it's clicked ???

ateksudianto
Автор

One question, how to do TListView like Delphi 7 TListView.ViewStyle := vcIcon on runtime?

angelim.lenovo