© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
24 replies
TheOneAndOnly

❔ How to bind data to a listbox that doesnt come out of a database?

Title pretty much says it all.
I have the following code but it doesnt work:
<ListBox x:Name="list_ideologies" Margin="0,0,1031,10" Grid.RowSpan="2" ItemsSource="{Binding data.ideologies}"/>
<ListBox x:Name="list_ideologies" Margin="0,0,1031,10" Grid.RowSpan="2" ItemsSource="{Binding data.ideologies}"/>
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ How to get data out of a custom control?
C#CC# / help
2y ago
transport value in listbox of Form1 to Form5.listbox
C#CC# / help
3y ago
Setting bind data to DataGridViewComboBoxColumn
C#CC# / help
2y ago