CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TheUninvited

Search: Search took 0.09 seconds.

  1. Re: How can I use scrollviewer to make it resizable when created button get off scree

    I tried to use yours but the window of the box is too small how to make it wider ?
  2. Replies
    6
    Views
    13,393

    Re: From MainWindow to A new Window?

    I figured it out using wpf multiple views.
  3. Re: Gettting an error when trying to use the app.xaml to set the Homeview?

    I disagree some stuff cannot be explained with words and to me is impossible since my english is not my first language sir.
    I am not trying to gain any subs :P if that's what you are afraid nor...
  4. Replies
    2
    Views
    12,896

    Re: Understanding MVVM Questions.

    I have already done, my questions is still up , it's fine if you dont want to answer i mean you are the only guy who helps me out here so i am just grateful hehe ;)
  5. Replies
    6
    Views
    13,393

    Re: From MainWindow to A new Window?

    You misundestood , i meant that using tabs for my case is not the best option ;)

    I shouldn't use tab control to load a window.
  6. Gettting an error when trying to use the app.xaml to set the Homeview?

    https://www.youtube.com/watch?v=89_6BDP3uPw
  7. Replies
    6
    Views
    13,393

    Re: From MainWindow to A new Window?

    Like this:https://youtu.be/N6op13u4PsI
  8. Replies
    2
    Views
    12,896

    Understanding MVVM Questions.

    #1 In the model we create our classes such as Person,Customer,
    But what code goes inside there?

    #2 In View is for the windows or the usercontrol we create such as Mainwindow.xaml with...
  9. Replies
    6
    Views
    13,393

    Re: From MainWindow to A new Window?

    I think it would be really unprofesionnal to do it with the tab approach.

    Because we are talking about navigate from a window to an other window and it does not seem that way. Plus i can't think...
  10. Replies
    6
    Views
    13,393

    From MainWindow to A new Window?

    I would like to load a new window?

    In unity3d we used SceneLoad so we could go from scene 1 to scene 2 and it was awesome , in wpf the ways that i found is just a window pop up and that's...
  11. Replies
    1
    Views
    11,493

    How do you manage windows?

    Like you have 2 buttons. Lets call them

    Menu, Tables

    When you press Menu , you want to display the menu
    but the other buttons not to show.

    When you press Tables, you want to display...
  12. Re: How can I use scrollviewer to make it resizable when created button get off scree

    This is how i managed it on my own :D but thanks for help!



    <Border>
    <Grid>
    <Grid.RowDefinitions>
    <RowDefinition Height="140"/>
    ...
  13. Re: How can I use scrollviewer to make it resizable when created button get off scree

    Your info is innacurate.

    You said put the buttons in a stackpanel and the scrollviewer where? outside of stackpanel?



    <Border Padding="10">
    <Grid x:Name="GategoryGrid">
    ...
  14. How can I use scrollviewer to make it resizable when created button get off screen?

    So basically I have a button that creates button on the right side after let's say 20 clicks my buttons becoming hidden because they become too many to fit in screen. So I wanted to use a...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured