Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default scrolling

    >-----Original Message-----
    >When I load a certain form I want setfocus to be on the
    >subform but this causes the scroll to be at the bottom
    not
    >showing the top info. Can the form load with focus on
    >subform and the scroll be at the top?
    >
    >seeker4
    >.
    >possibly. it depends on the layout of your form controls.
    when focus is at the top of the form, can you still see
    the subform?
    if yes, this may work:

    private sub form_open
    Me!TopControl.SetFocus
    Me!Subform.SetFocus
    end sub
    tina Guest

  2. Similar Questions and Discussions

    1. InD CS scrolling
      Hello My scrollfunction on the touchpad also crashes. But its with the Acrobat 6.0 I am using a W-720 notebook with synaptics touchpad. WinXP...
    2. scrolling?
      hi, can anyone direct me to a tutorial where i can find out how to do scrolling exactly like in the link below? http://www.consortium.ru/ ...
    3. combination scrolling text scrolling picture and on MouseEnter function
      it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <...
    4. Scrolling XML
      Next action on a button woun't work whith dynamic text field (loads XML)! on(release){ this.text.scroll = this.text.scroll++ } Anyone a...
    5. Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
      Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom...
  3. #2

    Default scrolling

    Tried this and am still having the problem. Other ideas
    perhaps?
    >-----Original Message-----
    >
    >>-----Original Message-----
    >>When I load a certain form I want setfocus to be on the
    >>subform but this causes the scroll to be at the bottom
    >not
    >>showing the top info. Can the form load with focus on
    >>subform and the scroll be at the top?
    >>
    >>seeker4
    >>.
    >>possibly. it depends on the layout of your form
    controls.
    >when focus is at the top of the form, can you still see
    >the subform?
    >if yes, this may work:
    >
    >private sub form_open
    > Me!TopControl.SetFocus
    > Me!Subform.SetFocus
    >end sub
    >.
    >
    seeker4 Guest

  4. #3

    Default Scrolling

    I have a listbox with a vertical scrollbar on a subform.
    The subform also has a vertical scroll bar. Now whether or
    not the listbox has focus, my intellimouse scroll causes
    the listbox to scroll down and not the subform.
    Question:
    How do I make the subform scroll and not the listbox?
    either using settings or VB code? Help.

    Thanx in advance! :)

    jmonty Guest

  5. #4

    Default Scrolling

    I am running Flash MX on Windows XP ... I am looking to have .gif images scroll vertically, in a continuously loop ... Can someone point me in the right direction?
    gdzyn Guest

  6. #5

    Default Re: Scrolling

    This is a horizontal slide viewer, but you can get the idea from this.
    [L=]http://www.actionscript-toolbox.com/sampleslidingviewer2.php[/L]
    creativity06 Guest

  7. #6

    Default Scrolling

    Hi all!

    I have a datagrid with several rows and cols. Is there a way to allways have
    the header cells on the top (allways visible), but be able to scroll in the
    grid?

    I used <div style="OVERFLOW: auto;"> with a second datagrid, with only
    headers visible, on the top. The problem with this solution is that when I
    have to scroll horizontal the header stands still (itīs not included in the
    div tag).

    Anyone who have done this or have a solution?

    //Marre


    MA Guest

  8. #7

    Default Re: Scrolling

    do a google for freeze the header, scroll the grid Dino esposito. The
    article appears in aspnet pro magazine sometime last year if i recall
    correctly

    --
    Regards,
    Alvin Bruney

    Shameless Author plug
    The Microsoft Office Web Components Black Book with .NET
    [url]http://tinyurl.com/27cok[/url]


    "MA" <news@.removethis.supremelink.se> wrote in message
    news:356uhrF4jie2qU1@individual.net...
    > Hi all!
    >
    > I have a datagrid with several rows and cols. Is there a way to allways
    > have the header cells on the top (allways visible), but be able to scroll
    > in the grid?
    >
    > I used <div style="OVERFLOW: auto;"> with a second datagrid, with only
    > headers visible, on the top. The problem with this solution is that when I
    > have to scroll horizontal the header stands still (itīs not included in
    > the div tag).
    >
    > Anyone who have done this or have a solution?
    >
    > //Marre
    >

    Alvin Bruney [MVP] Guest

  9. #8

    Default Re: Scrolling

    Creating a Scrollable DataGrid with a Fixed Header

    [url]http://datawebcontrols.com/demos/ScrollableDataGridFixedHeader.aspx[/url]

    "MA" <news@.removethis.supremelink.se> wrote in message
    news:356uhrF4jie2qU1@individual.net...
    > Hi all!
    >
    > I have a datagrid with several rows and cols. Is there a way to allways
    > have the header cells on the top (allways visible), but be able to scroll
    > in the grid?
    >
    > I used <div style="OVERFLOW: auto;"> with a second datagrid, with only
    > headers visible, on the top. The problem with this solution is that when I
    > have to scroll horizontal the header stands still (itīs not included in
    > the div tag).
    >
    > Anyone who have done this or have a solution?
    >
    > //Marre
    >
    Ken Cox [Microsoft MVP] Guest

  10. #9

    Default Re: Scrolling

    Hi!

    Well, the problem with this solution is that the header is a usual, static
    table. This means that the width of the cols are static and will not follow
    the width in my grid.

    /Marre

    "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
    news:OjLDS2i$EHA.3708@TK2MSFTNGP14.phx.gbl...
    > Creating a Scrollable DataGrid with a Fixed Header
    >
    > [url]http://datawebcontrols.com/demos/ScrollableDataGridFixedHeader.aspx[/url]
    >
    > "MA" <news@.removethis.supremelink.se> wrote in message
    > news:356uhrF4jie2qU1@individual.net...
    >> Hi all!
    >>
    >> I have a datagrid with several rows and cols. Is there a way to allways
    >> have the header cells on the top (allways visible), but be able to scroll
    >> in the grid?
    >>
    >> I used <div style="OVERFLOW: auto;"> with a second datagrid, with only
    >> headers visible, on the top. The problem with this solution is that when
    >> I have to scroll horizontal the header stands still (itīs not included in
    >> the div tag).
    >>
    >> Anyone who have done this or have a solution?
    >>
    >> //Marre
    >>
    >

    MA Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139