Search Result

Collapse
8 results in 0.0014 seconds.
Keywords
Members
Tags
panel
  •  

  • Josh Argent
    started a topic Layer panels and other objects?

    Layer panels and other objects?

    Hi,
    I'm having a bit of trouble creating draggable panels that will stay on top of all the other panels and not 'hide' behind them. My code for dragging works fine, I just need to set the layer of a panel to the top of all the different controls :/ Can anyone help me here?
    Thanks in advance,
    Josh.
    See more | Go to post

  • How to change Panel Opacity in vb.net?

    I have a Panel and a button control on windows form. Button is placed behind the Panel. I want to change the opacity of Panel, so that the button control can also be visible. But there is no property of panel control to change the opacity. Is there any way to make the Panel Opaque in this way?
    See more | Go to post

  • Linkbutton Not Firing RowCommand Gridview UpdatePanel UserControl

    Hi

    I have a problem with my Linkbutton which is not firing the RowCommand of my gridview.

    Just for an Idea what I am doing is a follows:

    1. WebForm
    WebForm hosts UserControl_A.

    2. UserControl_A = UpdatePanel + Panels + Gridview1 + CollapsiblePane lExtender
    Updatepanel of UserControl_A consists of multiple Panels.
    Each Panel consists of a Gridview1.
    Upon each Panel...
    See more | Go to post

  • hamstrd
    started a topic Panel Swapping! Help needed!!!
    in Java

    Panel Swapping! Help needed!!!

    Hi all, i am working on an assignment where i have to design an automatic check in system for an airport. I am using the swing library, as well as using actionlisteners .

    My issue is, that i try replacing panels, to move from screen to screen. It worked so far with replacing one panel( Panel A for panel B), but now i've added a new panel (C) i want it to go from panel B to C. However, what happens is that goes from panel A straight...
    See more | Go to post

  • user1980
    started a topic Validation inside panel not working
    in .NET

    Validation inside panel not working

    Hello there...

    can somebody guide me on this…

    I have a panel which is visible only when a checkbox is checked.

    I have many text boxes in the panel. Among them many of them have required field valiadtior if another text box has a value in it ie; if there are 2 text boxes , txttbx1, txtbx2 and if the user enters value in txtbx1, the required field validatior for txtbx2 has to be enabled or vice-versa.....
    See more | Go to post

  • WinForms horizontal scrolling - unexpected behaviour

    Hi Experts,

    I'm trying to create a panel-derived class with Autoscroll = true that scrolls horizontally when using <Shift>+Mousewh eel. Sounds like a straight forward task, doesn't it?
    I tried this code:
    Code:
    protected override void OnMouseWheel(MouseEventArgs e)
    {
        if ((Control.ModifierKeys & Keys.Shift) == Keys.Shift)
        {
            // Get original horizontal position
            int iHorizontalPosition
    ...
    See more | Go to post

  • desturrr
    started a topic Java-Drawing Pictures - Urgent...
    in Java

    Java-Drawing Pictures - Urgent...

    I am using netbeans ide gui designer , i have placed a panel which has a picture in it , and i want to place another tiny pictures on this main picture, What can i do to manage this , Can i make the main panel picture as a background to it so after i can add other pictures on this main panel or other ways ?. Anything you suggest would be great help. Thanks in advance.
    See more | Go to post

  • arbe81
    started a topic ScrollControlIntoView problem when adding to a panel
    in .NET

    ScrollControlIntoView problem when adding to a panel

    I have a problem with ScrollControlIn toView() in .NET 2.0:

    I have a UserControl that holds a Panel which is set to AutoScroll. To this panel, I add a list of Controls so the panel needs to scroll. This is done in a for loop with custom positioning logic (basically this: start at int _top = 0, set the Top property of the current control to _top, add to _top the Height of the current control).

    I finish this method (the...
    See more | Go to post
Working...