Click here to Skip to main content
16,005,209 members
Home / Discussions / WPF
   

WPF

 
QuestionCarousel in Silverlight Pin
Padmanabh Ganorkar30-Nov-08 22:11
Padmanabh Ganorkar30-Nov-08 22:11 
AnswerRe: Carousel in Silverlight Pin
Syed Mehroz Alam30-Nov-08 22:24
Syed Mehroz Alam30-Nov-08 22:24 
GeneralRe: Carousel in Silverlight Pin
Paul Conrad1-Dec-08 6:50
professionalPaul Conrad1-Dec-08 6:50 
AnswerRe: Carousel in Silverlight Pin
Ge3ks22-Dec-08 3:49
Ge3ks22-Dec-08 3:49 
QuestionHow to change property of other element Pin
Jammni+30-Nov-08 10:53
Jammni+30-Nov-08 10:53 
AnswerRe: How to change property of other element Pin
Gideon Engelberth1-Dec-08 3:04
Gideon Engelberth1-Dec-08 3:04 
GeneralRe: How to change property of other element Pin
Jammni+1-Dec-08 4:18
Jammni+1-Dec-08 4:18 
GeneralRe: How to change property of other element Pin
Gideon Engelberth1-Dec-08 11:47
Gideon Engelberth1-Dec-08 11:47 
Gideon Engelberth wrote:
You could try moving the trigger to the ComboBox level.


<ControlTemplate TargetType="{x:Type ComboBox}">
   <Grid>
      <Border Background="Green" x:Name="ComboBoxBorder">
         <Grid>
            <ToggleButton ... />
            <TextBox Visibility="Hidden" x:Name="PART_EditableTextBox" ...>
         </Grid>
      </Border>
   <Grid>
   <!-- other stuff here -->
   <ControlTemplate.Triggers>
      <!-- your trigger goes HERE -->
      <Trigger SourceName="PART_EditableTextBox" Property="UIElement.IsKeyboardFocused" Value="True">
         <Setter TargetName="ComboBoxBorder" Property="Background" Value="Blue" />
      </Trigger>
   </ControlTemplate.Triggers>
</ControlTemplate>

GeneralRe: How to change property of other element Pin
Jammni+1-Dec-08 21:59
Jammni+1-Dec-08 21:59 
QuestionWCF ServiceHost shuts down when not in console application Pin
Yoav Ben Zvi30-Nov-08 10:18
Yoav Ben Zvi30-Nov-08 10:18 
AnswerRe: WCF ServiceHost shuts down when not in console application Pin
Pete O'Hanlon30-Nov-08 10:31
mvePete O'Hanlon30-Nov-08 10:31 
GeneralRe: WCF ServiceHost shuts down when not in console application Pin
Yoav Ben Zvi1-Dec-08 8:41
Yoav Ben Zvi1-Dec-08 8:41 
GeneralRe: WCF ServiceHost shuts down when not in console application Pin
Pete O'Hanlon1-Dec-08 8:53
mvePete O'Hanlon1-Dec-08 8:53 
Question[Message Deleted] Pin
energeticsridhar28-Nov-08 18:39
energeticsridhar28-Nov-08 18:39 
GeneralRe: How to get Desktop items on WPF Treeview Pin
Pete O'Hanlon29-Nov-08 10:59
mvePete O'Hanlon29-Nov-08 10:59 
QuestionWhat are the 3 biggest advantages of WPF over ASP.NET/Winforms??? Pin
Member 391904928-Nov-08 7:22
Member 391904928-Nov-08 7:22 
AnswerRe: What are the 3 biggest advantages of WPF over ASP.NET/Winforms??? Pin
Pete O'Hanlon28-Nov-08 8:40
mvePete O'Hanlon28-Nov-08 8:40 
GeneralRe: What are the 3 biggest advantages of WPF over ASP.NET/Winforms??? Pin
Paul Conrad29-Nov-08 5:23
professionalPaul Conrad29-Nov-08 5:23 
QuestionHELP! EXECUTION FAILS! :( Pin
User-243813328-Nov-08 3:52
User-243813328-Nov-08 3:52 
AnswerRe: HELP! EXECUTION FAILS! :( Pin
Pete O'Hanlon28-Nov-08 4:26
mvePete O'Hanlon28-Nov-08 4:26 
GeneralRe: HELP! EXECUTION FAILS! :( Pin
User-243813328-Nov-08 5:16
User-243813328-Nov-08 5:16 
QuestionGood Grief ... Crack.NET Pin
Jammer28-Nov-08 0:18
Jammer28-Nov-08 0:18 
AnswerRe: Good Grief ... Crack.NET Pin
Pete O'Hanlon28-Nov-08 1:08
mvePete O'Hanlon28-Nov-08 1:08 
GeneralRe: Good Grief ... Crack.NET Pin
Jammer28-Nov-08 6:11
Jammer28-Nov-08 6:11 
GeneralRe: Good Grief ... Crack.NET Pin
Pete O'Hanlon28-Nov-08 8:35
mvePete O'Hanlon28-Nov-08 8:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.