Thanks for the suggestion, Walter, but I don’t think it applies to my scenario. I’m trying to achieve a very simple layout. Each node has 3 properties (title, description, and icon). I want the palette to display the icon on the left, the title in bold to the right of the icon, and the description underneath with wordwrap to whatever height is needed based on the current width of the palette. If the user makes the palette wider, I want the palette to reformat itself automatically.
I’m using a simple data template, like so:
This displays two rows for each item as specified, with the icon on the left and bolded title to the right, however the description does not wrap. Instead, it scrolls off to the right.
Is there another property that I need to set on the palette to prevent it from scrolling horizontally?