티스토리 툴바



2011/06/14 07:35

현재 테마 파악


            Visibility v = (Visibility)Resources["PhoneLightThemeVisibility"];
            if (v == System.Windows.Visibility.Visible)
                Debug.WriteLine("LIGHT");
            else
                Debug.WriteLine("DARK");
        }
Trackback 0 Comment 0

Trackback : http://feelingm.tistory.com/trackback/655 관련글 쓰기

2011/06/10 00:27

The ComboBox is Dead, Long Live the ListPicker

ListPicker for WP7 in depth

http://www.windowsphonegeek.com/articles/listpicker-for-wp7-in-depth 


Unofficial Windows Phone 7 Controls and Components

http://archive.msdn.microsoft.com/wp7controls/Release/ProjectReleases.aspx?ReleaseId=4951
 
 

The ComboBox is Dead, Long Live the ListPicker

http://www.codeproject.com/KB/list/WP7ListPicker.aspx 


Silverlight for Windows Phone Toolkit

http://silverlight.codeplex.com/releases/view/60291 
Trackback 0 Comment 0

Trackback : http://feelingm.tistory.com/trackback/654 관련글 쓰기

2011/06/09 05:55

How to change font size of Panorama item header?

   1: <controls:Panorama.TitleTemplate>
   2:    <DataTemplate>
   3:        <TextBlock Text="{Binding Content, 
RelativeSource={RelativeSource TemplatedParent}}"

FontSize="100" Margin="0,50,0,0" />
   4:    </DataTemplate>
   5: </controls:Panorama.TitleTemplate>
 
http://www.jstawski.com/archive/2010/10/25/change-windows-phone-7-panoramarsquos-control-title.aspx
http://stackoverflow.com/questions/6019009/how-to-change-font-size-of-panorama-item-header 
Trackback 0 Comment 0

Trackback : http://feelingm.tistory.com/trackback/653 관련글 쓰기