Selfless.
When you add to the list
, you can set the properties to ListBoxItem
.
Dimbi As New ListBoxItem
lbi.Content=fileName
lbi.Foreground=Brushes.Red
ListBox1.Items.Add(lbi)
I hope it will be helpful for someone.
Thank you.
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
911 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.