techdevoscar
❔ ObjectListView showing blank rows
Pretty cool stuff. I think you might be missing the binding. Check out the link below. They lead to the same page but different sections. I would look into Data Binding to make sure that the data is being passed to the Designer.
https://learn.microsoft.com/en-us/visualstudio/vsto/walkthrough-simple-data-binding-in-vsto-add-in-project?view=vs-2022&tabs=csharp#:~:text=new%20System.Windows.Forms.BindingSource
https://learn.microsoft.com/en-us/visualstudio/vsto/walkthrough-simple-data-binding-in-vsto-add-in-project?view=vs-2022&tabs=csharp#:~:text=Bind%20the%20content%20control%20to%20AdventureWorksLTDataSet%20by%20using%20the%20BindingSource.%20For%20C%23%20developers%2C%20add%20two%20event%20handlers%20for%20the%20Button%20controls.
25 replies