fixed Questions
4
Solved
I have a header that is larger than the width of the page so that I can't use position:fixed to set him on top of the page, because I absolutely need to be able to scroll horizontally. I don't thin...
5
Solved
Is there a simple, efficient Map implementation that allows a limit on the memory to be used by the map.
My use case is that I want to allocate dynamically most of the memory available at the time...
Headlock asked 31/5, 2010 at 3:50
1
I have a top navigation area with position: fixed
I'd like the page content to scroll normally, but not disappear under the navigation. The main issue is when I do a search, (this is a full ...
2
Is there a way to include a keyboard inside of a view?
I want it to be part of the view and not be dismissed as well.
Birdfeedapp does this in it's 'add account' modal view.
3
Solved
Aside from the fact that the code itself can access memory directly. What are the other implications of using the "/unsafe" compiler flag and the "fixed" keyword? Are there any knock on effects rel...
1
Solved
Why are there 2 different ways lock memory in place in .NET? What is the difference between them?
7
Solved
Can someone give an example of a good time to actually use "unsafe" and "fixed" in C# code? I've played with it before, but never actually found a good use for it.
Consider this code...
fixed (b...
© 2022 - 2024 — McMap. All rights reserved.