I have a sitemap I would like to convert to a widget, what is the best way to create a three line list of labels and items
eg my original site map has this list, which ideally I would like to display Label and state for each
Frame label="Results"
{
Text item=SpeedtestResultDown
Text item=SpeedtestResultUp
Text item=SpeedtestResultPing
}
is there a basic pattern I can build modify to start with…