Q: RCDC - UocListView
-
Wednesday, December 02, 2009 11:12 AMHello
I'm trying to make a table of single value attributes,
so the result is only one row. How to remove the
blank area below my table and the item count section?
One example is here:
http://www.camelogic.com/idchaos/images/ILM2RC0AddingtheGroupReportingTabtoUserO_793D/image.png
How to remove white space below table
"All Groups Owned by Brad" and that
unnecessary counterbar below the white space.
All Replies
-
Wednesday, December 02, 2009 11:30 AMHi!
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 PMI 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
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)- Marked As Answer by Markus VilcinskasMicrosoft Employee, Owner Thursday, December 24, 2009 7:51 PM

