Alternative for GroupStyle.ContainerStyle to make group headers in list view stretch?

Hi all,
as the GroupStyle.ContainerStyle is not supported anymore (see attached MSDN page) is there any way to make the group headers in a listview stretch across the whole listview width?
Thanks for any clues on that :)
Cheers
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.groupstyle.containerstyle

Hi,
Please see the link:
https://msdn.microsoft.com/en-us/library/windows/apps/dn263110.aspx
GroupStyle class
Three properties of the GroupStyle class for
ListView and GridView are deprecated and ignored. The properties
Panel, ContainerStyle, and
ContainerStyleSelector of GroupStyle are no longer honored when
ItemsPanel is an ItemsStackPanel.
ListView and GridView will be laid out like a traditional list—from top to bottom. Thus, the layout or appearance of items within a group could change in a Windows 8 app that is recompiled
for Windows 8.1 if the app does not explicitly set ItemsPanel but set
Panel, ContainerStyle, and
ContainerStyleSelector. An app that has taken a dependency on the internal structure and types of default
ListView objects can crash because the type of
ItemsPanel will change and GroupItems will not be created when
GroupStyle.Panel is an ItemsStackPanel. This crash would most likely occur when walking the visual tree.
Avoid this by setting ItemsPanel back to the Windows 8 panel (VirtualizingStackPanel)
or removing assumptions about the visual tree structure.
So if you change the ListView ItemsPanel to
VirtualizingStackPanel, the GroupStyle.ContainerStyle can used for ListView in windows 8.1:
<ListView.ItemsPanel>
<ItemsPanelTemplate>
<VirtualizingStackPanel></VirtualizingStackPanel>
</ItemsPanelTemplate>
</ListView.ItemsPanel>
Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Similar Messages

  • To make fields display in List view

    Hi,
    In PCUI, I want to make fields appear in list view in detail area1, these fields appear in form view but when I toggle it to list view it disappears, I have made nescessary settings for field group attributes but I am unable to bring those field visible in list view.
    Pls suggest
    Thanks in Advance
    Vishal

    Hi Tiest
    I have appended custom fields in the screen structure, and functionally it is working fine whenever I create any transaction and it also retrives the data for custom fields when I open any transaction. These fields become visible in form view but not in list view, I have also unchecked n. List in the customizing settings for those fields.
    Later I had generated the layout for that field group under my custom view.
    In the personalize window only the standared fields are visible custom fields does not appear.
    I am not able to understand properly what you are trying to say in this line:
    Second possibility, besides have created a field group continaing the actual fields have you also created a field group typoe 'screen structure' responsible for the actual lay out.
    Pls suggest where I am going wrong
    Vishal

  • Where to add html format for phone # so it dials on touch in List View

    Hi,
    In Apex 4.2 Jquery mobile list view how can you apply html format for the phone# field to make it dial with a touch.  For example, I see how to do a list view of the 'DEMO_CUSTOMER' sample data, but I cannot figure out how to format the phone # fields so that they will dial on touch.  I know the HTML tags to use and I know how to use it in a standard report, but I can't figure out list view.
    Thanks,
    Pat

    Hi, Vincent,
    Thanks for the quick response!  I found the Settings and subtype but when I set to phone it does not make the phone # dial-able on touch.
    In a report I can set : Column Formatting --> HTML expression to:
    <a href="tel:#PHONE_NUMBER#">#PHONE_NUMBER#</a>
    The phone # will then dial out when touched on smartphone.  List view does not seem to allow formatting the column with such a format.  Seems strange that Jquery mobile would not have this type of formatting 'built in' so any subtype defined as phone would automatically be dialed on touch.
    Pat

  • Add Grouping to community list view

    Hello,
    I have a community list in my site,   and the default view sorts them by date posted.
    But we would like to also have them 'grouped' by the category on the page.
    For example:
    Category #1
    Topic a
    Topic b
    Category #2
    Topic c
    in previous version of SP Designer,  this would have been very simple but for some reason I cannot get it to work in SP 2013.
    In designer,  I have selected the grouping option.   Clicked 'category' and also checked the box display header.   But when I view the page,  nothing is different.   The category is not there.
    I also noticed that when I move columns around,  there is no change when viewing the page. 
    What am I do wrong?

    Hi,
    In my environment, I test to group by the “Category” column in the “Subject” view of the Discussion List in SharePoint Designer 2013.
    However, the result is that this Discussion List page is unable to display the web part though I can make and save the changes of the “Subject” view in SharePoint Designer 2013.
    Per my knowledge, it seems that we also can’t really modify the “Subject” view of the Discussion List in SharePoint Designer 2013.
    As a workaround, you can modify the “Management” view as below to group by the “Category” column and set show groupings “Collapsed” by default.
    Also, you can do it as below in SharePoint Designer 2013.
    And per my test, the result is opposite based on your select to set the show groupings “Collapsed” or “Expand” by default.
    If you set the show groupings “Collapsed” by default, it will show the grouping “Expand” by default in the “Management” view of the Discussion List.
    If you set the show groupings “Expand” by default, it will show the groupings “Collapsed” by default in the “Management” view of the Discussion List.
    For this “Title” column goes to Management.aspx instead of going to Topic.aspx, it’s due to the different design of the “Management” and “Subject” view in SharePoint 2013 Discussion List.
    Best Regards,
    Yumi Fu

  • Albums not being grouped in album list view?!

    this has happened before, but i've been using album list a lot lately and this issue is very annoying. i have all of my album info on every album in my library, so there should be no reason for this issue to be arising.
    any help on how i can fix this?
    http://i51.tinypic.com/20psfh2.png

    iTunes > view > always show artwork

  • Is there a list view for Artists?

    I can bring up list view for playlist.  But I don't see a list view for artists.   How do I enable list view for Artists.
    If I can show the list view for Artists, I am hoping I can activate side bar, and make it behave list iTunes 10. 

    Hi John,
    Based on my research, we cannot directly add ReportViewer Control in a razor view. While we can create an aspx page or web form from where we can show our report using report viewer control in the MVC application. For more details, please refer to the following
    thread:
    http://stackoverflow.com/questions/6144513/how-can-i-use-a-reportviewer-control-in-an-asp-net-mvc-3-razor-view
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Modify list view - Group by Lookup column's ID

    Hi
    I have a main list that has a lookup column. The grouping works fine, but I want the sort order of the group to appear as the way the lookup value's ID is ...
    What are the ways to achieve this, I do not want to put a number in front of the values, is there another way to do this

    I understand that you don't want to add additional info in front of the lookup column values to keep the value exactly as expected.
    as SharePoint 2010 allows to lookup additional fields, I would suggest to lookup the item ID also with the lookup column.
    1. create a lookup column lookup your expected list.
    2. in the lookup column settings, "Add a column to show each of these additional fields", check "ID" column.
    3. group by the list view with the additional ID instead.
    There is an issue by doing this step, the groupby title value is the lookup ID column not the original lookup column, as we actually doesn't use the lookup columnn with grouping.
    For this, you can use SharePoint Designer to edit the list view, change the groupby row cell to the lookup column value instead.
    Qiao Wei <br/> My blog:http://blog.goobol.com

  • Alternative for group by

    Hi guys i need some help with the logic. As an example, i have table with Account and product columns. So each Account can have multiple products. Now i need SQL to see Accounts that have only Product.
    One way of doing it is by doing a groupby and having count(Account) =1. I need an alternative for this. Please help me with your ideas. Thanks in advance.

    Alberto Faenza wrote:
    Is there any reason why you don't want to use group by or just your curiosity to find alternatives?Simple case would be: "I need to select everything from account table where account has multiple products". And between:
    SELECT  *
      FROM  YOUR_TABLE
      WHERE ACCOUNT IN (
                        SELECT  ACCOUNT,
                          FROM  YOUR_TABLE
                          GROUP BY ACCOUNT
                          HAVING COUNT(*) > 1
    /and
    SELECT  *
      FROM  (
             SELECT  ACCOUNT,
                     COUNT(*) OVER(PARTITION BY ACCOUNT) CNT
               FROM  YOUR_TABLE
      WHERE CNT > 1
    /I prefer the latter.
    SY.

  • OUD DPS alternative for DSEE Group Filters

    Hi,
    I would like to know what is an alternative for group dn filter within OUD DPS mode against DSEE DPS. How can we set up this functionality within OUD DPS mode, any pointers will be helpful. I would like to create a network group which will allow access to users having association to a particular group.
    Thanks.
    group-dn-filters                        :  cn= Access Group,ou=groups,o=example.com 
    group-search-bind-dn                    : uid=access-group-user,ou=People,o=example.com 

    Hi Sylvain,
    The use case is something like this :
    We've several LDAP Servers specially for reporting purpose, based on the functionality as listed below members of "cn= Access Group" group will have access to the LDAP Server only, any other users will be redirected to other connection handlers and a different ldap within dsee dps. The group bind dn user as listed below will verify the membership.
    Could you let me know how to accomplish this with Access Control as there will not be any re-routing among the Network Group if things are defined at the Access Level? Can we do this on OUD DPS level?
    group-dn-filters                        :  cn= Access Group,ou=groups,o=example.com
    group-search-bind-dn                    : uid=access-group-user,ou=People,o=example.com

  • How to make column headers in table in PDF report appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp

    Hi my name is vishal
    For past 10 days i have been breaking my head on how to make column headers in table appear bold while datas in table appear regular from c# windows forms with sql server2008 using iTextSharp.
    Given below is my code in c# on how i export datas from different tables in sql server to PDF report using iTextSharp:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Data.SqlClient;
    using iTextSharp.text;
    using iTextSharp.text.pdf;
    using System.Diagnostics;
    using System.IO;
    namespace DRRS_CSharp
    public partial class frmPDF : Form
    public frmPDF()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    Document doc = new Document(PageSize.A4.Rotate());
    var writer = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    doc.SetMargins(50, 50, 50, 50);
    doc.SetPageSize(new iTextSharp.text.Rectangle(iTextSharp.text.PageSize.LETTER.Width, iTextSharp.text.PageSize.LETTER.Height));
    doc.Open();
    PdfPTable table = new PdfPTable(6);
    table.TotalWidth =530f;
    table.LockedWidth = true;
    PdfPCell cell = new PdfPCell(new Phrase("Institute/Hospital:AIIMS,NEW DELHI", FontFactory.GetFont("Arial", 14, iTextSharp.text.Font.BOLD, BaseColor.BLACK)));
    cell.Colspan = 6;
    cell.HorizontalAlignment = 0;
    table.AddCell(cell);
    Paragraph para=new Paragraph("DCS Clinical Record-Assigned Dialyzer",FontFactory.GetFont("Arial",16,iTextSharp.text.Font.BOLD,BaseColor.BLACK));
    para.Alignment = Element.ALIGN_CENTER;
    iTextSharp.text.Image png = iTextSharp.text.Image.GetInstance("logo5.png");
    png.ScaleToFit(105f, 105f);
    png.Alignment = Element.ALIGN_RIGHT;
    SqlConnection conn = new SqlConnection("Data Source=NPD-4\\SQLEXPRESS;Initial Catalog=DRRS;Integrated Security=true");
    SqlCommand cmd = new SqlCommand("Select d.dialyserID,r.errorCode,r.dialysis_date,pn.patient_first_name,pn.patient_last_name,d.manufacturer,d.dialyzer_size,r.start_date,r.end_date,d.packed_volume,r.bundle_vol,r.disinfectant,t.Technician_first_name,t.Technician_last_name from dialyser d,patient_name pn,reprocessor r,Techniciandetail t where pn.patient_id=d.patient_id and r.dialyzer_id=d.dialyserID and t.technician_id=r.technician_id and d.deleted_status=0 and d.closed_status=0 and pn.status=1 and r.errorCode<106 and r.reprocessor_id in (Select max(reprocessor_id) from reprocessor where dialyzer_id=d.dialyserID) order by pn.patient_first_name,pn.patient_last_name", conn);
    conn.Open();
    SqlDataReader dr;
    dr = cmd.ExecuteReader();
    table.AddCell("Reprocessing Date");
    table.AddCell("Patient Name");
    table.AddCell("Dialyzer(Manufacturer,Size)");
    table.AddCell("No.of Reuse");
    table.AddCell("Verification");
    table.AddCell("DialyzerID");
    while (dr.Read())
    table.AddCell(dr[2].ToString());
    table.AddCell(dr[3].ToString() +"_"+ dr[4].ToString());
    table.AddCell(dr[5].ToString() + "-" + dr[6].ToString());
    table.AddCell("@count".ToString());
    table.AddCell(dr[12].ToString() + "-" + dr[13].ToString());
    table.AddCell(dr[0].ToString());
    dr.Close();
    table.SpacingBefore = 15f;
    doc.Add(para);
    doc.Add(png);
    doc.Add(table);
    doc.Close();
    System.Diagnostics.Process.Start("AssignedDialyzer.pdf");
    if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.Yes)
    var writer2 = PdfWriter.GetInstance(doc, new FileStream("AssignedDialyzer.pdf", FileMode.Create));
    else if (MessageBox.Show("Do you want to save changes to AssignedDialyzer.pdf before closing?", "DRRS", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Exclamation) == DialogResult.No)
    this.Close();
    The above code executes well with no problem at all!
    As you can see the file to which i create and save and open my pdf report is
    AssignedDialyzer.pdf.
    The column headers of table in pdf report from c# windows forms using iTextSharp are
    "Reprocessing Date","Patient Name","Dialyzer(Manufacturer,Size)","No.of Reuse","Verification" and
    "DialyzerID".
    However the problem i am facing is after execution and opening of document is my
    column headers in table in pdf report from
    c# and datas in it all appear in bold.
    I have browsed through net regarding to solve this problem but with no success.
    What i want is my pdf report from c# should be similar to following format which i was able to accomplish in vb6,adodb with MS access using iTextSharp.:
    Given below is report which i have achieved from vb6,adodb with MS access using iTextSharp
    I know that there has to be another way to solve my problem.I have browsed many articles in net regarding exporting sql datas to above format but with no success!
    Is there is any another way to solve to my problem on exporting sql datas from c# windows forms using iTextSharp to above format given in the picture/image above?!
    If so Then Can anyone tell me what modifications must i do in my c# code given above so that my pdf report from c# windows forms using iTextSharp will look similar to image/picture(pdf report) which i was able to accomplish from
    vb6,adodb with ms access using iTextSharp?
    I have approached Sound Forge.Net for help but with no success.
    I hope anyone/someone truly understands what i am trying to ask!
    I know i have to do lot of modifications in my c# code to achieve this level of perfection but i dont know how to do it.
    Can anyone help me please! Any help/guidance in solving this problem would be greatly appreciated.
    I hope i get a reply in terms of solving this problem.
    vishal

    Hi,
    About iTextSharp component issue , I think this case is off-topic in here.
    I suggest you consulting to compenent provider.
    http://sourceforge.net/projects/itextsharp/
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where to see activities, which are created for the campaign with target group

    Hi
    I have created a Communication Method in SPRO -> CRM -> Marketing -> Marketing Planning & Campaign Management -> Campaign Executtion - Define Communication Method : Activity has been configured
    Activities are not appearing after creation of campaign with target group.
    Where to see activities, which are created for the campaign with target group?
    Regards
    Hamid

    Hello,
    alternatively to check  table CRMD_ORDERADM_H directly you can use the related transactions search for the campaign:
    This should bring all activities generated by the campaign. If this is empty first check the job log of the campaign execution job again:
    This gives information if any target group members have business transactions created. If the log does not contain the required information you can debug from SM37. The business transactions (activities, leads, sales orders) are generated from function module CRM_MKTTGGRP_PROC_CREATE.
    best regards,
    Johannes

  • How do you make groups after making the first one. I did that but after reentering couldnt make any other groups. Only had i group of 1 with icons down the right side.

    I want to make groups/ i made 1 group of 1/I went back & I had that group but couldnt make more/ I saw was page that hadnt been pinned yet as group/all other tab were shown on the right sid/I tried to pin the page that was shown in the tab group/then the one group(of 1) no longer showed up/Now I have a blank box with all the icons on the far right side.

    Wow!
    I'm not going to be of much use regarding answers but I sure am going to watching this post like a hawk for any replies. My package is a slightly diluted version of this and I do find the BBtalk and data limits hard to make the most of as well.
    If nothing else this totally highlights how complicated BT have managed to make their packages.
    A cynic would assume that they are trying to catch us out at every step and for us to either be overspending or not really getting the moneys worth.

  • Looking for "Window Manager\Window Manager Group" SID

    Hi. I am trying to find the SID for "Windows Manager\Window Manager Group". If anyone has that, I'd appreciate it. I am trying to build my "base build" Security Template for Server 2012, and I need to assign the default User Rights to that group, as it is
    out-of-the-box. Problem is that the GUI does not accept that group name as valid, but I can see that the group is assigned user rights in the Local Security Policy. I typically just use a file ACL to do this (add the ACE and then run
    icacls to get the SID), but that group name is not valid within that tool either. My guess if that this new "Windows Manager\Window Manager Group" group is a well-known SID. Thanks.

    Ironically the SID is not listed on Microsoft's web page for well know
    SIDs. I also noticed that when I dump the local users using powershell, every group and user is listed that I would expect to see, but this one is not in that list. It seems like it should be pretty easy for Microsoft to say what this does and when it can
    be safely removed...
    I figure one of two possibilities. Either this only matters when a specific feature is installed / active, or it is some remnant from development for a feature or implementation that didn't make it into the release to manufacturing. What ever the case it
    would be nice if we could get clarification.

  • Alternative for HLS HTML streaming trough JW player for users without Flash?

    Hello!
    I am using HLS TS Streaming trough JW player for the largest group of users that have flash for streaming video's.
    Is there an alternative for users without flash?
    Best regards

    I will just summarize myself...
    Adobe media server supports rtmp and HTTP(HLS and HDS)..
    for rtmp streaming the swf running in a Flash player is the standard interface...that flash player may be an activeX control/plugin in your browser or may be a standalone player downloaded from adobe website...Chrome web browser however users a slightly different( PPAPI based) flash player(which is different from Adobe flash player) and is developed and maintained by google.
    For HLS and HDS, you can either use special players(i.e swfs)(Flash based) developed Adobe by Adobe e.g Strobe meida player(Open Source Media Framework Blog | Adobe’s free and open source media playback system) or you can use players like jwplayer(Video Player Download | JW Player Online Video Player)... Incidentally jwplayer has added simultaneous support for playing rtmp streams too(which is reallly good), but i do not have much insight into workings of jwplayer...

  • Alternative for multiple inheritance (AbstractQueue and AbstractList)

    Hello all,
    What is the best alternative for multiple inheritance? I want to make a list, which supports queue operations. Both AbstractQueue en AbstractList are useful, so I would like to use them both, instead of implementing the methods myself or copying the code.
    thanks

    Do you mean you want a class just like LinkedList?
    Why don't you look at the code for LinkedList. Perhaps you could even use it.
    Most Queue methods have trivial implmentations using a List.
    From the source for LinkedList
    public class LinkedList<E>
        extends AbstractSequentialList<E>
        implements List<E>, Queue<E>, Cloneable, java.io.Serializable

Maybe you are looking for