I don't know how to do this

hi, I'm a beginner and I can't reproduce a functionality from another C# application fromapp, I'm trying to somehow make a listview that can display information on each item in the listview, I can make a screen of the app in question to be able to have the same functionality) thx!
22 Replies
canton7
canton7β€’3w ago
$ask
MODiX
MODiXβ€’3w ago
How to get the best help :catpog: Make a post in #help or one of the topic channels under Development. Avoid asking :catthinking: Can anybody help me? :catthinking: Has anyone used XYZ? :catthinking: Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
canton7
canton7β€’3w ago
I read your question a couple of times, and I'm afraid I have no idea what you want help with
Unknown User
Unknown Userβ€’3w ago
Message Not Public
Sign In & Join Server To View
πŠπ«ΓΈπ‘ΓΈπ—
basically I want to do like this c# app :
πŠπ«ΓΈπ‘ΓΈπ—
its code is available on the dev website and games do the same but I don't know how
πŠπ«ΓΈπ‘ΓΈπ—
GitHub
GitHub - CutFlame/MCDSaveEdit: Minecraft: Dungeons Save File Editor
Minecraft: Dungeons Save File Editor. Contribute to CutFlame/MCDSaveEdit development by creating an account on GitHub.
πŠπ«ΓΈπ‘ΓΈπ—
this the app of the dev and therefore the itembox functionality, I would like to make it possible in my C# app
leowest
leowestβ€’3w ago
u wouldn't use a listview u would use a FlowLayoutPanel which lets u add controls and still format it
πŠπ«ΓΈπ‘ΓΈπ—
how use this ?
leowest
leowestβ€’3w ago
leowest
leowestβ€’3w ago
u would have a much easier time with WPF thou for these sort of customizations
πŠπ«ΓΈπ‘ΓΈπ—
okay so I would just have to make a FlowLayoutPanel and add a label and picturebox for the image and the name of the item
leowest
leowestβ€’3w ago
I would make a usercontrol that represents the item you want to add to the panel and add the usercontrol
πŠπ«ΓΈπ‘ΓΈπ—
I have already started and here is the result
πŠπ«ΓΈπ‘ΓΈπ—
It works extremely well for now
leowest
leowestβ€’3w ago
1 item selected sounds nicer
MODiX
MODiXβ€’3w ago
If you have no further questions, please use /close to mark the forum thread as answered
πŠπ«ΓΈπ‘ΓΈπ—
in short if I click on the "item 1" button the "item 1" goes to the other flowLayoutPanel and unharmed for all items but that works thx angain!! I even made an item limit for flowLayoutPanel 2 of 20 items