Results 1 to 2 of 2

Thread: Access continuous form in C#

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2014
    Posts
    169

    Access continuous form in C#

    friends;
    i see some think like Access continuous form in C# in learn video
    when user input value in textbox new row is append
    is this control in C# Wpf or what
    how can i do that in wpf

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

    Re: Access continuous form in C#

    Grid controls will generally do it for you automatically but, if you want to do it with TextBoxes then you do exactly what you would expect: add a new TextBox to the window using code.

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