I have a flow layout panel, which i add a Dictionary of Linklables too
Is it possible to add the two to the flow layout panel (as in 2 i mean key and value) next to each other as long as the value.text != "somevalue" in whcih case i want to just add the key to that line.
Here is some sample data and output in the form key and value
"Label1" "good stuff"
"Label2" "somevalue"
"Label3" "somevalue"
"Label4" "good stuff"
would be displayed as
Label1 GoodStuff
Label2
Label3
Label4 GoodStuff