How to use ListView Control in C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • In this video you are going to learn how to use ListView Control in c# applications, how to add elements to the ListView, how to get selected item. ListView Control in C# is widely used to display any result in a tabular view.

ความคิดเห็น • 31

  • @ഉജാലകുപ്പി
    @ഉജാലകുപ്പി 4 ปีที่แล้ว

    This tought me more than i wanted... go bless you brother

  • @stijneijndhoven2060
    @stijneijndhoven2060 4 ปีที่แล้ว +1

    Helped me out alot, thanks!

  • @joaopauloantunes3159
    @joaopauloantunes3159 4 ปีที่แล้ว +1

    Very good!!! Thanks!!!

  • @danielpark399
    @danielpark399 4 ปีที่แล้ว

    Great tutorial! Thanks!

  • @АлексейКоряков-й9ш
    @АлексейКоряков-й9ш 6 หลายเดือนก่อน

    I just started a new project in C#. It was a very helpful video about using list view. Thank you.

  • @thomasamon9680
    @thomasamon9680 6 ปีที่แล้ว

    thank you so i resolved my problem

  • @samueldelmar5237
    @samueldelmar5237 3 ปีที่แล้ว

    If someone is wondering how to do this from a text file (.txt) just ask here :)

    • @samueldelmar5237
      @samueldelmar5237 3 ปีที่แล้ว

      I mean, reply to this comment haha

    • @ProgrammersNerds
      @ProgrammersNerds  3 ปีที่แล้ว

      Do you know people build their databases in Ms Paint, bitmap too?

  • @evangelizadorevangelizador9620
    @evangelizadorevangelizador9620 4 ปีที่แล้ว

    - Repent ye. And you will have peaceful life. Romans 6, 23: For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.
    - Jesus Christ loves you. John 3, 16: For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
    Mark 1, 15: And saying, The time is fulfilled, and the kingdom of God is at hand: repent ye, and believe the gospel.
    Matthew 11, 28 : Come unto me, all ye that labour and are heavy laden, and I will give you rest.
    Read Revelation 18
    Gather yourselves together, yea, gather together, O nation not desired;
    Before the decree bring forth, before the day pass as the chaff, before the fierce anger of the LORD come upon you, before the day of the LORD'S anger come upon you.
    Seek ye the LORD, all ye meek of the earth, which have wrought his judgment; seek righteousness, seek meekness: it may be ye shall be hid in the day of the LORD'S anger.
    Zephaniah 2,1-3

  • @pedro0563
    @pedro0563 5 ปีที่แล้ว +3

    Thanks a lot. You've helped me with a school project.

  • @hedgewizardly
    @hedgewizardly 3 ปีที่แล้ว +1

    I normally loathe tutorials that instead of simply talking, will type out the instructions, but I learned more than I intended in this video and I'm grateful for that!

    • @ProgrammersNerds
      @ProgrammersNerds  3 ปีที่แล้ว

      So you got to change your thoughts on a typed tutorial 😅👍🏻

  • @johnnygeorge3687
    @johnnygeorge3687 5 ปีที่แล้ว +2

    How To Print this list view

  • @Neptas
    @Neptas 3 ปีที่แล้ว

    Does it still work? I'm trying to do "var lvi = new ListViewItem(row)", but it says there's no constructor that takes that kind of argument.

    • @ProgrammersNerds
      @ProgrammersNerds  3 ปีที่แล้ว +1

      Your variable named 'row' should be of type ListViewItem which accepts a string array as a parameter

  • @LikhitaVali
    @LikhitaVali 3 ปีที่แล้ว

    After setting gridLines = true in properties, lines are not appearing. Column header is also not being displayed after adding. Any idea how to resolve this issue?

    • @ProgrammersNerds
      @ProgrammersNerds  3 ปีที่แล้ว

      You shoud set your ListView to Detailed, see the video carefully.

  • @bobox978
    @bobox978 4 ปีที่แล้ว +1

    I love you

  • @feralpapertiger
    @feralpapertiger 3 ปีที่แล้ว

    Is the final code available?

    • @ProgrammersNerds
      @ProgrammersNerds  3 ปีที่แล้ว +1

      Hello Feygon, I think you'll have to write it from scratch :D because I have not saved the code for this project, I'll make sure now on to share the source-code also, sorry!

  • @somechazz_y
    @somechazz_y 5 ปีที่แล้ว +3

    >Notepad videos in 2017

  • @ljose007
    @ljose007 3 ปีที่แล้ว

    The music is iree

  • @davimenegazzi4833
    @davimenegazzi4833 5 ปีที่แล้ว

    Thanks