C# Tutorial - How to move Listbox item up and down

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 8

  • @thecenturyofinformationwar6577
    @thecenturyofinformationwar6577 2 роки тому

    Thanks, your video shows the underlying simplicity and elegance of how these controls can be brought to life with code.

  • @swanne22
    @swanne22 3 роки тому

    Thank you for this clear, instructive video.

  • @PaulMcKillop
    @PaulMcKillop 4 роки тому

    Straightforward and clear. Thank you.

  • @gotsmth
    @gotsmth 4 роки тому

    Thanks, this video helped me very much

  • @66adanali
    @66adanali 4 роки тому

    Hello, I want to ask a question;
    object selectedItem = listBox1.SelectedItem;
    listBox1.Items.Remove(selectedItem);
    listBox1.Items.Insert(indexion, selectedItem);
    listBox1.SetSelected(indexion, true);
    Here why we don't say listBox1.Items.Remove(listbox1.selecteditem); And I tried this code, it gave me an exception error because it was null but I don't get it. Can you help me?

  • @soufianeoukattou4101
    @soufianeoukattou4101 4 роки тому

    thank you very mutch

  • @mezeykrisztian922
    @mezeykrisztian922 4 роки тому

    Thank you man ^^

  • @alejoflorez7959
    @alejoflorez7959 5 років тому

    thanks crack (Y)