본문 바로가기

카테고리 없음

Cause We Got Style Pdf Converter

Track
  1. Got Style Toronto

Got Style Toronto

Is there a way to use the existing WPF BooleanToVisibilityConverter converter but have False values convert to Hidden instead of the default Collapsed, or should I just write my own? I'm on a project where it's tremendous overhead to do something simple like this (shared stuff goes into a separate solution, and the rebuild/checkin/merge process is an overgrown mutated behemoth of a process), so I'd prefer if I could just pass a parameter to the existing one than to jump through the hoops just mentioned. It's only an issue when you've got a really big project like the one I'm working on. What it really comes down to is on a per-case basis. In my case, making anything new that is reusable means rebuilding an external project and deploying the dll's, and when you have at least 50 devs on the same project checking in all day long, you look to avoid this at all cost. Plus, our xaml files keep growing and growing, so I'm really looking to keep everything as minimal as possible unless there's a significant performance gain with the more verbose solution.–Jun 28 '10 at 15:43.