This question is locked. New answers and comments are not allowed.
Is there a relatively simple approach in XAML for dynamically selecting display of a URI either as plain text or as a hyperlink for each row dependent on a separate boolean value for each row? Or should this be better handled in code-behind with a row-based event handler?
Is it a matter of conditionally selecting different templates? Or of conditionally selecting between a GridViewDataColumn and a GridViewHyperlinkColumn?
Thanks.
Is it a matter of conditionally selecting different templates? Or of conditionally selecting between a GridViewDataColumn and a GridViewHyperlinkColumn?
Thanks.