Click here to Skip to main content
15,903,203 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRegarding Gridview header problem while scrolling Pin
Member 793401119-May-11 3:03
Member 793401119-May-11 3:03 
AnswerRe: Regarding Gridview header problem while scrolling Pin
Pete O'Hanlon19-May-11 3:34
mvePete O'Hanlon19-May-11 3:34 
QuestionException when accessing IHTMLDocument2::frames property Pin
Member 70956418-May-11 20:51
Member 70956418-May-11 20:51 
QuestionIHTML2DOCUMENT2 COM exception Pin
Member 70956418-May-11 18:40
Member 70956418-May-11 18:40 
AnswerRe: IHTML2DOCUMENT2 COM exception Pin
Shameel20-May-11 0:33
professionalShameel20-May-11 0:33 
QuestionCreate business objects from XML Pin
Jean-Louis Leroy17-May-11 23:24
Jean-Louis Leroy17-May-11 23:24 
QuestionInstalling .NET 3.5 SP1 issue Pin
Bernhard Hiller17-May-11 22:03
Bernhard Hiller17-May-11 22:03 
Questioncontrol z-order without z-index? Pin
Defender-NF17-May-11 1:58
Defender-NF17-May-11 1:58 
Hey

I have the following Scenario:

<StackPanel Width="200" Height="100" Background="Yellow" Name="BigPanel">
<Canvas Width="80" Height="80" Background="Blue" Margin="10" Name="RectanglePanel" >
<Rectangle Canvas.Left="10" Canvas.Top="1" Height="50" Width="50" Fill="Black" Name="MyRectangle">
<Rectangle.Triggers>
<EventTrigger RoutedEvent="Rectangle.Loaded">
<BeginStoryboard>
                            <Storyboard>
                                <DoubleAnimation
                                    Storyboard.TargetName="MyRectangle" 
                                    Storyboard.TargetProperty="(Canvas.Left)"
                                    From="10" To="-30" Duration="0:0:5" 
                                   RepeatBehavior="Forever" />
                            </Storyboard>
                        </BeginStoryboard>

</EventTrigger>
</Rectangle.Triggers>
</Rectangle>
</Canvas>
</StackPanel>


The Problem is when the rectangle left the Rectanglepanel that contains him (for example in the ContainerPanel) it is still visible, how can i make the rectangle be visible only in its parentpanel=rectanglepanel? is there a property or a way for that?
AnswerRe: control z-order without z-index? Pin
Ian Shlasko17-May-11 3:38
Ian Shlasko17-May-11 3:38 
GeneralRe: control z-order without z-index? Pin
Defender-NF17-May-11 21:41
Defender-NF17-May-11 21:41 
Questionajax Pin
chandan maurya15-May-11 8:21
chandan maurya15-May-11 8:21 
AnswerRe: ajax Pin
Pete O'Hanlon15-May-11 9:07
mvePete O'Hanlon15-May-11 9:07 
GeneralRe: ajax Pin
AspDotNetDev15-May-11 9:13
protectorAspDotNetDev15-May-11 9:13 
GeneralRe: ajax Pin
Pete O'Hanlon15-May-11 9:18
mvePete O'Hanlon15-May-11 9:18 
AnswerRe: ajax Pin
Abhinav S17-May-11 20:19
Abhinav S17-May-11 20:19 
AnswerRe: ajax Pin
rp_suman2-Jun-11 1:37
rp_suman2-Jun-11 1:37 
Question.Net Framework 1.1 not Installing in Windows Server 2003 Pin
Robymon11-May-11 4:22
Robymon11-May-11 4:22 
AnswerRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak11-May-11 4:30
mveDave Kreskowiak11-May-11 4:30 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Robymon11-May-11 4:37
Robymon11-May-11 4:37 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak11-May-11 4:43
mveDave Kreskowiak11-May-11 4:43 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Robymon11-May-11 21:17
Robymon11-May-11 21:17 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Dave Kreskowiak13-May-11 2:17
mveDave Kreskowiak13-May-11 2:17 
GeneralRe: .Net Framework 1.1 not Installing in Windows Server 2003 Pin
Ravi Sant12-May-11 0:39
Ravi Sant12-May-11 0:39 
QuestionNoob needing help from programming pros... Pin
shingouki200210-May-11 6:51
shingouki200210-May-11 6:51 
AnswerRe: Noob needing help from programming pros... Pin
AspDotNetDev10-May-11 7:28
protectorAspDotNetDev10-May-11 7:28 

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.