Answered Q: RCDC - UocListView

All Replies

  • Wednesday, December 02, 2009 11:30 AM
     
     
    Hi!
    I believe you'll have to play around with the different properties that apply to the UocListView control.
    Check out the reference here: Resource Control Display Configuration XML Reference

    Maybe setting the number of rows to be displayed using the PageSize property could help you...
    PageSize: This is an optional integer property. The user can specify how many entries will fit in one page in a list view control. The default value is 10 entries. Any positive integer is valid.

    Unfortunately there seems to be no way of hiding the pager.

    //Henrik
    Henrik Nilsson Blog: http://www.idmcrisis.com Company: Cortego (http://www.cortego.se)
  • Wednesday, December 02, 2009 12:48 PM
     
     
    I think I've already tried all the properties mentioned
    in the reference. Is there any properties not mentioned?

    I think that an option to hide unnecessary
    parts in UocListView would be useful in RTM ...

  • Wednesday, December 02, 2009 3:01 PM
     
     Answered
    Then I believe the only way to solve this is to play around with the CSS files in the portal but that would probably change the appearance for all listview controls in the portal.

    //Henrik
    Henrik Nilsson Blog: http://www.idmcrisis.com Company: Cortego (http://www.cortego.se)