Results 1 to 8 of 8

Thread: Is there any Controls like this ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2016
    Posts
    86

    Is there any Controls like this ?

    hi, everyone;

    I would to design some Dababase project, just want to find a control like Access tableview
    Name:  20210103151407.jpg
Views: 302
Size:  45.1 KB
    can anybody help me?
    thx very much

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: Is there any Controls like this ?

    There is no standard control that works like that. There would be third-party grids like that but they will almost certainly not be free. If you're interested in those then you can check out the usual big component vendors like Telerik. A DataGridView could be customised to work that way but the level of customisation would be significant, so you might search for that too.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2016
    Posts
    86

    Re: Is there any Controls like this ?

    thanks for reply

  4. #4
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,757

    Re: Is there any Controls like this ?

    Devexpress gridviews do exactly that. Not for free though.
    Process control doesn't give you good quality, it gives you consistent quality.
    Good quality comes from consistently doing the right things.

    Vague general questions have vague general answers.
    A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.

    ______________________________
    Last edited by kebo : Now. Reason: superfluous typo's

  5. #5
    Fanatic Member Delaney's Avatar
    Join Date
    Nov 2019
    Location
    Paris, France
    Posts
    845

    Re: Is there any Controls like this ?

    Have a look here
    https://stackoverflow.com/questions/...s-for-winforms

    while the post is old, the links are still accessible
    The best friend of any programmer is a search engine
    "Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
    “They did not know it was impossible so they did it” (Mark Twain)

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    8,598

    Re: Is there any Controls like this ?

    The templating features of WPF would allow you to create a control like this by combining other controls and layout elements. But WPF has one hell of a learning curve. May not be worth the effort if you just want this one thing. Just thought it put it out there still though.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Dec 2016
    Posts
    86

    Re: Is there any Controls like this ?

    thank you so much

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Dec 2016
    Posts
    86

    Re: Is there any Controls like this ?

    good advise

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width