Hi
Is it possible to hide/unhide a UIElement when using the row repeater? I have a list of items showed with an RowRepeater - but in some of the items i do want a checkbox to be visible for the user and sometimes not.
That is: the checkbox should be invisible in some items and ready for input in others.
Example:
Text: Item 1
Price: 123.45
-----
Text: Item 2
Price: 321,45
-----
Text: Item 3
Price: 999,88
<checkbox>
-----