Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Windows Presentation Foundation
|
Windows Presentation Foundation Discussion of the beta version of Windows Presentation Foundation "WPF" formerly know as codename "Avalon" as well as the related XAML.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Windows Presentation Foundation section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 14th, 2009, 10:17 AM
Authorized User
 
Join Date: Mar 2008
Posts: 74
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via ICQ to sektor
Default Add window content into Grid cell

I have main window (called MainWindow) which holds Grid consisting of 4 cells. I have a button in first cell (called cmdAddWindow). I have also another window (called AddWindow).

I want that AddWindow window to be in fourth cell (Grid.Row="1", Grid.Column="1" called cellAddWindow) of MainWindow window when I press cmdAddWindow button. As window can be only a top element and can't be nested into other elements, then I can't just add it to children collection of that cellAddWindow cell. How to achieve it?





Similar Threads
Thread Thread Starter Forum Replies Last Post
how data grid of vb.net add cell color Nuwang Forum and Wrox.com Feedback 0 September 10th, 2008 08:36 PM
How do I check if a cell content has changed SirAldemar Access VBA 2 August 13th, 2008 07:46 AM
if the cell content is a part of another cell cont sriramus Excel VBA 1 November 15th, 2005 10:20 AM
Capturing the content of a DataGrid Cell??? thomaz C# 1 November 12th, 2004 10:21 PM
Datagrid cell content value sinba Beginning VB 6 1 August 24th, 2004 01:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.