1. #1
    Sencha User
    Join Date
    Oct 2012
    Posts
    10
    Vote Rating
    0
    simsimmal is on a distinguished road

      0  

    Default Answered: Always show scroll indicators in formpanel

    Answered: Always show scroll indicators in formpanel


    Hello,

    i'am searching for a way to show the scroll indicators of formpanels permanently.
    Any advice?


    Thanks!

  2. You should be able to modify the formpanel's scrollbar's CSS like so:
    Code:
    .x-form .x-scroll-indicator {    
         opacity: 0.5 !important;
    }
    Thanks!
    Greg

  3. #2
    Sencha - Support Team
    Join Date
    Mar 2012
    Location
    Lawrence, KS
    Posts
    37
    Vote Rating
    3
    Answers
    7
    greg.barry is on a distinguished road

      0  

    Default FormPanel's CSS

    FormPanel's CSS


    You should be able to modify the formpanel's scrollbar's CSS like so:
    Code:
    .x-form .x-scroll-indicator {    
         opacity: 0.5 !important;
    }
    Thanks!
    Greg

  4. #3
    Sencha User
    Join Date
    Oct 2012
    Posts
    10
    Vote Rating
    0
    simsimmal is on a distinguished road

      0  

    Default


    Great!

    Thanks