Overflowing GUI control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?U2hhcm9u?=

    Overflowing GUI control

    Hi,

    I have a form with TabControl and a TabPage in it.
    In the tag control there is panel control (lets call it panelA) and in it my
    user control that include few control inside of it.

    In my development computer everything looks fine. But on some other
    computers, the panelA control is overflowing outside the right boundary of
    the TabPage together with all of its child controls.

    What can cause this kind of a problem?

    I'm using VS2005 on a WinXP SP2.


    -------
    Thanks
    Sharon
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Overflowing GUI control

    Sharon,

    Can you post a complete example to show the issue?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Sharon" <SharonG@newsgr oups.nospamwrot e in message
    news:F078F66C-27FA-4D85-A4CE-96EEBD9D03F0@mi crosoft.com...
    Hi,
    >
    I have a form with TabControl and a TabPage in it.
    In the tag control there is panel control (lets call it panelA) and in it
    my
    user control that include few control inside of it.
    >
    In my development computer everything looks fine. But on some other
    computers, the panelA control is overflowing outside the right boundary of
    the TabPage together with all of its child controls.
    >
    What can cause this kind of a problem?
    >
    I'm using VS2005 on a WinXP SP2.
    >
    >
    -------
    Thanks
    Sharon

    Comment

    • Rene

      #3
      Re: Overflowing GUI control

      Other than what Nicholas suggested about posting an example, could it be
      that your project is compiled using an older version of the .Net as the
      version the other computer is running?

      In other words, are you perhaps compiling your project using .Net 2.0 but
      then the client computer only has .Net 3.0 or .Net 3.5 therefore *possible*
      creating this problem?

      Just a wild guess.


      "Sharon" <SharonG@newsgr oups.nospamwrot e in message
      news:F078F66C-27FA-4D85-A4CE-96EEBD9D03F0@mi crosoft.com...
      Hi,
      >
      I have a form with TabControl and a TabPage in it.
      In the tag control there is panel control (lets call it panelA) and in it
      my
      user control that include few control inside of it.
      >
      In my development computer everything looks fine. But on some other
      computers, the panelA control is overflowing outside the right boundary of
      the TabPage together with all of its child controls.
      >
      What can cause this kind of a problem?
      >
      I'm using VS2005 on a WinXP SP2.
      >
      >
      -------
      Thanks
      Sharon

      Comment

      • Rene

        #4
        Re: Overflowing GUI control

        Sharon,

        Cold you post some pictures showing the “overflowing” problem (a picture
        showing the current rendering and one showing the overflow)?

        I am not sure what exactly to look for.

        Thanks.


        Comment

        Working...