listbox

  1. M

    Question Changing the Background color of some ListBox Items

    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"...
  2. M

    ListBox cascade

    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...
  3. sddd1

    Resolved I want to save full path of listbox in C#

    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...
  4. V

    Question Listbox value to listbox and back. Error with saving Properties.Settings

    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...
  5. G

    ListBox print/save/open

    How can i Print\Save\Open Document's Of a Listbox Into\From The PC Storage ? Please Replay me with Example's:star:
  6. M

    How can I update/refresh a Listbox?

    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...
Back
Top Bottom