The ListBox is defined as follows:
<ListBox x:Name="EditableStructs" Grid.Row="5" Grid.Column="1" Margin="930,62,0,40" SelectionMode="Single" Grid.ColumnSpan="2" Background="PowderBlue" Height="500"
ScrollViewer.VerticalScrollBarVisibility="Visible"...
I am working with patient data in a hospital.
A patient can have multiple CT scans.
Every CT scan may have several linked structure-sets
Every structure-set contains several structures.
I managed to display a list of structure names directly from a PostgreSQL table.
The next step is to...
First Of All I add Directory in Listbox, Like A Directory, B Directory. When User Click the item of ListBox ,Get the full path of Items in C#
Someone modify the code !
Thanks in Advance !
BindingSource listboxsource = null;
public Form1()
{
InitializeComponent();
listboxsource = new...
Hi,
I have a good working solution to get items from one listbox to another listbox and back.
The listbox is filled by a list. Next step is to save the custom template from both listboxes.
I tried to do this with Properties.Setting.Default to save the listboxes. But when i can't find a way...
Hi all,
I am creating a program to assist with an upcoming job I have at work. I will be required to rename nearly 200 files with a different filename (but with same extension).
I have successfully created a program that can rename a file which I select from a listbox, but after renaming, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.