15,745,232 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by industryunleash (Top 8 by date)
industryunleash
6-Aug-10 8:43am
View
Deleted
Yes, I have the ItemContainerStyle for my ItemsControl set like so:
<itemscontrol.itemcontainerstyle>
<Setter Property="Canvas.Left" Value="{Binding Position.X}" />
<Setter Property="Canvas.Top" Value="{Binding Position.Y}" />
<Setter Property="Panel.ZIndex" Value="{Binding ZIndex}" />
The Position properties bind, but the zindex one doesn't or if it does it doesn't change anything on screen.
industryunleash
5-Aug-10 16:20pm
View
Removing it and re-adding it to the collection would be bad for me because a lot of other things are dependent on it and they would get messed up.
industryunleash
4-Aug-10 10:55am
View
yes i am modeling a drawing app like visio, the lines actually represent interactions between systems in the model
industryunleash
23-Jul-10 10:06am
View
no, no PreviewSourceUpdated
industryunleash
21-Jul-10 20:24pm
View
well currently my tabcontrol is bound to an itemsource of viewmodel objects, same with my treeview, is it possible to use the selection changed event without messing with the view-viewmodel relationship?
industryunleash
21-Jul-10 13:00pm
View
kind of, but I would want to be able to create a customer by typing in their name and hitting enter
industryunleash
19-Jul-10 17:16pm
View
That would probably work except that each collection is displayed in the UI using different templates, so this bigger collection would have to be able to tell the UI which template to use when.
industryunleash
1-Jul-10 11:22am
View
can you give me an example of hooking up a SizeChanged Event? i'm kinda new to this stuff
Show More