Re: Need help adding a background color to the compact list items in Month vi
The easiest way to figure it out is to pick a template that has what you want and look at the code. However, the compact list can't be edited - you need to use list. Beyond that, I keep crashing CPAO.
<DockPanel Row="0" Column="0" Style="LevelLeafBody"
<SpanningAllDayAreaPlaceholder Orientation="Top" /
<List Orientation="Fill" FontSize="7pt" ShowEmptyRow="true" MaxRowWrap="5" RowSize="14" TypeFilter="AppointmentsTasks"
<Columns
<Column Width="*" ShowDuplicates="True" Left="1" Top="2" Right="1" Bottom="2"
<Sources
<Source Name="CategorySymbols"/
<Source Name="StartTime" Format="t" StartSeparator=""/
<Source Name="EndTime" Format="t" StartSeparator="-"/
<Source Name="Subject" StartSeparator=": "/
<Source Name="Location" StartSeparator="(" EndSeparator=")"/
</Sources
</Column
</Columns
</List
</DockPanel>