Closed
Description
I see here a comment microsoft/cppwinrt#13 (comment)
I would like to do the same thing in rust
let items: IVector<IInspectable> = ???;
let item = PropertyValue::create_string("hello").unwrap();
items.append(item).unwrap();
list_view.set_items_source(items).unwrap();
But what should I do ?
Metadata
Metadata
Assignees
Labels
No labels