Код: Выделить всё
new FuncDataTemplate(
typeof(object),
(item, _) => new TextBlock
{
HorizontalAlignment = HorizontalAlignment.Stretch,
Text = "Hello",
})
Подробнее здесь: https://stackoverflow.com/questions/798 ... n-avalonia
Код: Выделить всё
new FuncDataTemplate(
typeof(object),
(item, _) => new TextBlock
{
HorizontalAlignment = HorizontalAlignment.Stretch,
Text = "Hello",
})